Skip to content

Commit

Permalink
chore: fix spelling (#4866)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jul 8, 2024
1 parent 7721ab0 commit ccc9351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/c/tests/list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class OpendalListTest : public ::testing::Test {
void TearDown() override { opendal_operator_free(this->p); }
};

// Basic usecase of list
// Basic use case of list
TEST_F(OpendalListTest, ListDirTest)
{
std::string dname = "some_random_dir_name_152312";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Then, [RisingWave](https://github.com/risingwavelabs/risingwave) and [Vector](ht

### Sky's the Limit

OpenDAL has established a small community and formed a product matrix. In addition to the [Rust - opendal](https://crates.io/crates/opendal), it also provides [Python - opendal](https://pypi.org/project/opendal/) and [Nodejs - opendal](https://www.npmjs.com/package/opendal) bindings.
OpenDAL has established a small community and formed a product matrix. In addition to the [Rust - opendal](https://crates.io/crates/opendal), it also provides [Python - opendal](https://pypi.org/project/opendal/) and [Node.js - opendal](https://www.npmjs.com/package/opendal) bindings.

OpenDAL has released 99 versions since its open source, with 700+ GitHub stars, 349K downloads, and 48 developers. The project has been actively updated. We sincerely thank every contributor for their efforts and dedication.

Expand Down

0 comments on commit ccc9351

Please sign in to comment.