Skip to content

Commit

Permalink
Fix GuildChannel::create_permission anchor link
Browse files Browse the repository at this point in the history
A link to model::permissions::SEND_MESSAGES was broken.
  • Loading branch information
Zeyla Hellyer committed May 27, 2017
1 parent c163d0e commit ddb2509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/channel/guild_channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ impl GuildChannel {
/// [Attach Files]: permissions/constant.ATTACH_FILES.html
/// [Manage Channels]: permissions/constant.MANAGE_CHANNELS.html
/// [Manage Webhooks]: permissions/constant.MANAGE_WEBHOOKS.html
/// [Send Messages]: permissions/constant.SEND_MESSAGES.html
/// [Send TTS Messages]: permissions/constant.SEND_TTS_MESSAGES.html
#[inline]
pub fn create_permission(&self, target: &PermissionOverwrite) -> Result<()> {
Expand Down

0 comments on commit ddb2509

Please sign in to comment.