Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
piotrpio and wallyqs authored Jul 31, 2024
1 parent 213b9e7 commit 421e9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type JetStream interface {
// CleanupPublisher will cleanup the publishing side of JetStreamContext.
//
// This will unsubscribe from the internal reply subject if needed.
// All pending async publishes will fail with ErrJetStreamContextClosed.
// All pending async publishes will fail with ErrJetStreamPublisherClosed.
//
// If an error handler was provided, it will be called for each pending async
// publish and PublishAsyncComplete will be closed.
Expand Down

0 comments on commit 421e9e3

Please sign in to comment.