Skip to content

Commit

Permalink
Update js.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Jul 28, 2021
1 parent 7e21b3f commit c3f278f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.go
Expand Up @@ -952,7 +952,7 @@ func (opt subOptFn) configureSubscribe(opts *subOpts) error {
}

// Subscribe will create a subscription to the appropriate stream and consumer.
// By default, it will automatically create an JetStream consumer in the server in case
// By default, it will automatically create a JetStream consumer in the server in case
// one cannot be found. Unless the `Durable` option is passed, the consumer will be
// ephemeral and automatically cleaned up by the server if the client that created
// the consumer goes away.
Expand Down

0 comments on commit c3f278f

Please sign in to comment.