Skip to content

Commit

Permalink
[IMPROVED] Fix typo in Jetstream docs (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 authored Jan 2, 2025
1 parent ecb328a commit 7188ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetstream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ fmt.Printf("%s @ %d -> %q\n", entry.Key(), entry.Revision(), string(entry.Value(
In addition to basic CRUD operations and watching for changes, KV buckets
support several additional operations:

- `ListKeys` will return all keys in a bucket"
- `ListKeys` will return all keys in a bucket

```go
js, _ := jetstream.New(nc)
Expand Down

0 comments on commit 7188ea1

Please sign in to comment.