diff --git a/src/model/guild/mod.rs b/src/model/guild/mod.rs index b5d3a8303fa..bf1214706ec 100644 --- a/src/model/guild/mod.rs +++ b/src/model/guild/mod.rs @@ -143,7 +143,7 @@ pub struct Guild { pub system_channel_id: Option, /// 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")]