Skip to content

Commit da934ac

Browse files
authored
Merge pull request #2 from FliegendeWurst/patch-2
Fix typo
2 parents 193730d + 52aaa15 commit da934ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message/mod.rs

+1-1
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)