Skip to content

Commit 52aaa15

Browse files
Fix typo
1 parent 193730d commit 52aaa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub struct MessageBuilder {
121121

122122
impl MessageBuilder {
123123
/// Get a new instance of Message. You need to supply either
124-
/// a registration id, or a topic (/topic/...).
124+
/// a registration id, or a topic (/topics/...).
125125
pub fn new<S: Into<String>>(api_key: S, to: S) -> MessageBuilder {
126126
MessageBuilder {
127127
api_key: api_key.into(),

0 commit comments

Comments
 (0)