diff --git a/async-nats/src/jetstream/object_store/mod.rs b/async-nats/src/jetstream/object_store/mod.rs index 64a23f77e..b7a446a45 100644 --- a/async-nats/src/jetstream/object_store/mod.rs +++ b/async-nats/src/jetstream/object_store/mod.rs @@ -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 ///