Skip to content

Commit c294161

Browse files
authored
fix(messaging): correct comment (#571)
1 parent 2670a8e commit c294161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/messaging_batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (c *fcmClient) SendEachDryRun(ctx context.Context, messages []*Message) (*B
116116
return c.sendEachInBatch(ctx, messages, true)
117117
}
118118

119-
// SendMulticast sends the given multicast message to all the FCM registration tokens specified.
119+
// SendEachForMulticast sends the given multicast message to all the FCM registration tokens specified.
120120
//
121121
// The tokens array in MulticastMessage may contain up to 500 tokens. SendMulticast uses the
122122
// SendEach() function to send the given message to all the target recipients. The

0 commit comments

Comments
 (0)