Skip to content

Commit c6eca3a

Browse files
committed
Fix broken doc links
1 parent 55c1c71 commit c6eca3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/event.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ pub struct GuildStickersUpdateEvent {
384384
pub guild_id: GuildId,
385385
}
386386

387-
/// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS´] permission.
387+
/// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS`] permission.
388388
///
389389
/// [Discord docs](https://discord.com/developers/docs/topics/gateway-events#invite-create).
390390
#[cfg_attr(feature = "typesize", derive(typesize::derive::TypeSize))]
@@ -418,7 +418,7 @@ pub struct InviteCreateEvent {
418418
pub uses: u64,
419419
}
420420

421-
/// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS´] permission.
421+
/// Requires [`GatewayIntents::GUILD_INVITES`] and [`Permissions::MANAGE_CHANNELS`] permission.
422422
///
423423
/// [Discord docs](https://discord.com/developers/docs/topics/gateway-events#invite-delete).
424424
#[cfg_attr(feature = "typesize", derive(typesize::derive::TypeSize))]

0 commit comments

Comments
 (0)