From dd5602dc4f1d2e85f839c1b8adb2fb297e8762b7 Mon Sep 17 00:00:00 2001 From: Nico Mandery Date: Fri, 28 Jul 2023 18:40:45 +0200 Subject: [PATCH] Clearer comment on Context::get_object_store --- async-nats/src/jetstream/context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-nats/src/jetstream/context.rs b/async-nats/src/jetstream/context.rs index c090d29dd..1fd009848 100644 --- a/async-nats/src/jetstream/context.rs +++ b/async-nats/src/jetstream/context.rs @@ -894,7 +894,7 @@ impl Context { }) } - /// Creates a new object store bucket. + /// Get an existing object store bucket. /// /// # Examples ///