Skip to content

Commit c591d25

Browse files
jamesbt365arqunis
authored andcommitted
Fix documentation typo of GetMessages builder (#2780)
1 parent d85d99f commit c591d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder/get_messages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::model::prelude::*;
1818
/// These are mutually exclusive, and override each other if called sequentially. If one is not
1919
/// specified, messages are simply sorted by most recent.
2020
///
21-
/// The other parameter specifies the number of messages fo retrieve. This is _optional_, and
21+
/// The other parameter specifies the number of messages to retrieve. This is _optional_, and
2222
/// defaults to 50 if not specified.
2323
///
2424
/// See [`GuildChannel::messages`] for more examples.

0 commit comments

Comments
 (0)