refactor: tidy up comments

pull/24376/head
Edd Robinson 2021-12-01 10:34:02 +00:00
parent 9e8639f230
commit 5becb7e359
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ pub enum UnloadPartitionChunkError {
ServerError(tonic::Status),
}
/// Errors returned by [`Client::unload_partition_chunk`]
/// Errors returned by [`Client::load_partition_chunk`]
#[derive(Debug, Error)]
pub enum LoadPartitionChunkError {
/// Database not found
@ -880,7 +880,7 @@ impl Client {
Ok(())
}
/// Unload chunk from read buffer but keep it in object store.
/// Load a chunk from the object store into the Read Buffer.
pub async fn load_partition_chunk(
&mut self,
db_name: impl Into<String> + Send,