We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193730d + 52aaa15 commit da934acCopy full SHA for da934ac
src/message/mod.rs
@@ -121,7 +121,7 @@ pub struct MessageBuilder {
121
122
impl MessageBuilder {
123
/// Get a new instance of Message. You need to supply either
124
- /// a registration id, or a topic (/topic/...).
+ /// a registration id, or a topic (/topics/...).
125
pub fn new<S: Into<String>>(api_key: S, to: S) -> MessageBuilder {
126
MessageBuilder {
127
api_key: api_key.into(),
0 commit comments