Skip to content

Commit

Permalink
Fix documentation typo of GetMessages builder (#2780)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbt365 authored and arqunis committed Feb 28, 2024
1 parent d85d99f commit c591d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/get_messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::model::prelude::*;
/// These are mutually exclusive, and override each other if called sequentially. If one is not
/// specified, messages are simply sorted by most recent.
///
/// The other parameter specifies the number of messages fo retrieve. This is _optional_, and
/// The other parameter specifies the number of messages to retrieve. This is _optional_, and
/// defaults to 50 if not specified.
///
/// See [`GuildChannel::messages`] for more examples.
Expand Down

0 comments on commit c591d25

Please sign in to comment.