Skip to content

Commit

Permalink
Fix typo in GuildId::members_iter documentation (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
gBasil authored Jun 3, 2024
1 parent 2fb241f commit c657117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/channel/channel_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ impl ChannelId {
/// Streams over all the messages in a channel.
///
/// This is accomplished and equivalent to repeated calls to [`Self::messages`]. A buffer of at
/// most 100 messages is used to reduce the number of calls. necessary.
/// most 100 messages is used to reduce the number of calls necessary.
///
/// The stream returns the newest message first, followed by older messages.
///
Expand Down

0 comments on commit c657117

Please sign in to comment.