From 1fc258193f92fb4de8085f7c2fd284170d171591 Mon Sep 17 00:00:00 2001 From: Piotr Piotrowski Date: Thu, 17 Aug 2023 15:37:14 +0200 Subject: [PATCH] Update jetstream/options.go Co-authored-by: Tomasz Pietrek --- jetstream/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetstream/options.go b/jetstream/options.go index ecbd08cd7..b407a91a4 100644 --- a/jetstream/options.go +++ b/jetstream/options.go @@ -341,7 +341,7 @@ func IgnoreDeletes() WatchOpt { }) } -// MetaOnly instructs the key watcher to retrieve only the entry meta data, not the entry value +// MetaOnly instructs the key watcher to retrieve only the entry meta data, not the entry value. func MetaOnly() WatchOpt { return watchOptFn(func(opts *watchOpts) error { opts.metaOnly = true