Skip to content

Commit

Permalink
Revise Guild's voice_states doc (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
nycex authored and Lakelezz committed May 30, 2019
1 parent 0e55b73 commit 0a640a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/guild/mod.rs
Expand Up @@ -143,7 +143,7 @@ pub struct Guild {
pub system_channel_id: Option<ChannelId>,
/// Indicator of the current verification level of the guild.
pub verification_level: VerificationLevel,
/// A mapping of of [`User`]s to their current voice state.
/// A mapping of [`User`]s to their current voice state.
///
/// [`User`]: ../user/struct.User.html
#[serde(serialize_with = "serialize_gen_map")]
Expand Down

0 comments on commit 0a640a4

Please sign in to comment.