Skip to content

Commit

Permalink
Fix copy-pasted doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored and Jarema committed Feb 14, 2024
1 parent 26813e8 commit cb49bea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions async-nats/src/jetstream/object_store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ impl ObjectStore {
})
}

/// Gets an [Object] from the [ObjectStore].
///
/// [Object] implements [tokio::io::AsyncRead] that allows
/// to read the data from Object Store.
/// Deletes an [Object] from the [ObjectStore].
///
/// # Examples
///
Expand Down

0 comments on commit cb49bea

Please sign in to comment.