Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Apr 28, 2024
1 parent 4dc17f9 commit b91cd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl Database {
.await
}

/// Write Row based insert reuqests to GreptimeDB and get rows written
/// Write Row based insert requests to GreptimeDB and get rows written
pub async fn row_insert(&self, requests: RowInsertRequests) -> Result<u32> {
self.handle(Request::RowInserts(requests)).await
}
Expand Down

0 comments on commit b91cd2f

Please sign in to comment.