Skip to content

Commit

Permalink
Reword comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcard authored and sacOO7 committed Apr 15, 2021
1 parent 90293de commit 69aa4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -231,7 +231,7 @@ if err != nil {
panic(err)
}

// You can also publish a batch of messages in a single request.
// You can also publish multiple messages in a single request.
err = channel.PublishMultiple(ctx, []*ably.Message{
{Name: "HelloEvent", Data: "Hello!"},
{Name: "ByeEvent", Data: "Bye!"},
Expand Down
2 changes: 1 addition & 1 deletion ably/readme_examples_test.go
Expand Up @@ -160,7 +160,7 @@ func TestReadmeExamples(t *testing.T) {
/* README.md:231 */ panic(err)
/* README.md:232 */
}
/* README.md:234 */ // You can also publish a batch of messages in a single request.
/* README.md:234 */ // You can also publish multiple messages in a single request.
/* README.md:235 */
err = channel.PublishMultiple(ctx, []*ably.Message{
/* README.md:236 */ {Name: "HelloEvent", Data: "Hello!"},
Expand Down

0 comments on commit 69aa4d3

Please sign in to comment.