Skip to content

Commit

Permalink
bigtable.rs: fix some typos in docstrings (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Mar 19, 2024
1 parent 5331fa5 commit bbe3606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigtable_rs/src/bigtable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ fn create_client(
return BigtableClient::new(auth_svc);
}

/// The core struct for Bigtable client, witch wraps a gPRC client defined by Bigtable proto.
/// In order easy share this struct in multiple thread, we only store cloneable references here.
/// The core struct for Bigtable client, which wraps a gPRC client defined by Bigtable proto.
/// In order to easily use this struct in multiple threads, we only store cloneable references here.
/// `BigtableClient<AuthSvc>` is a type alias of `BigtableClient` and it wraps a tonic Channel.
/// Cloning on `Bigtable` is cheap.
///
Expand Down

0 comments on commit bbe3606

Please sign in to comment.