Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xyjixyjixyji committed Jul 19, 2023
1 parent dafb523 commit de39112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/c/include/opendal.h
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const struct opendal_operator_ptr *opendal_operator_new(const char *scheme,
* Write the `bytes` into the `path` blockingly by `op_ptr`, returns the opendal_code OPENDAL_OK
* if succeeds, others otherwise.
*
* @NOTE It is important to notice that the `bytes` that is passes in will be comsumed by this
* @NOTE It is important to notice that the `bytes` that is passes in will be consumed by this
* function.
*
* @param ptr The opendal_operator_ptr created previously
Expand Down
2 changes: 1 addition & 1 deletion bindings/c/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pub unsafe extern "C" fn opendal_operator_new(
/// Write the `bytes` into the `path` blockingly by `op_ptr`, returns the opendal_code OPENDAL_OK
/// if succeeds, others otherwise.
///
/// @NOTE It is important to notice that the `bytes` that is passes in will be comsumed by this
/// @NOTE It is important to notice that the `bytes` that is passes in will be consumed by this
/// function.
///
/// @param ptr The opendal_operator_ptr created previously
Expand Down

0 comments on commit de39112

Please sign in to comment.