Skip to content

Commit

Permalink
fix(messaging): correct comment (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapuri committed Jul 20, 2023
1 parent 2670a8e commit c294161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/messaging_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (c *fcmClient) SendEachDryRun(ctx context.Context, messages []*Message) (*B
return c.sendEachInBatch(ctx, messages, true)
}

// SendMulticast sends the given multicast message to all the FCM registration tokens specified.
// SendEachForMulticast sends the given multicast message to all the FCM registration tokens specified.
//
// The tokens array in MulticastMessage may contain up to 500 tokens. SendMulticast uses the
// SendEach() function to send the given message to all the target recipients. The
Expand Down

0 comments on commit c294161

Please sign in to comment.