Skip to content

Commit

Permalink
Renamed jetstream examples dir
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
  • Loading branch information
piotrpio committed May 23, 2023
1 parent 94efe0b commit 18bce08
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion jetstream/README.md
Expand Up @@ -93,7 +93,7 @@ func main() {
fmt.Printf("Received a JetStream message: %s\n", string(msg.Data()))
}
if msgs.Error() {
fmt.Println("Error duting Fetch(): ", msgs.Error())
fmt.Println("Error during Fetch(): ", msgs.Error())
}

// Receive messages continuously in a callback
Expand Down

0 comments on commit 18bce08

Please sign in to comment.