Skip to content

Commit

Permalink
Fix invalid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpio committed Aug 31, 2022
1 parent 2a42858 commit a0c2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.go
Expand Up @@ -363,7 +363,7 @@ func DirectGetNext(subject string) JSOpt {

// StreamListFilter is an option that can be used to configure `StreamsInfo()` and `StreamNames()` requests.
// It allows filtering the retured streams by subject associated with each stream.
// Wildcards can be used. For example, `StreamListFilter(FOO.>.A) will return
// Wildcards can be used. For example, `StreamListFilter(FOO.*.A) will return
// all streams which have at least one subject matching the provided pattern (e.g. FOO.TEST.A).
func StreamListFilter(subject string) JSOpt {
return jsOptFn(func(opts *jsOpts) error {
Expand Down

0 comments on commit a0c2915

Please sign in to comment.