diff options
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs index 8478cc2..2212747 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -100,8 +100,8 @@ pub enum Channel { /// A [text] or [voice] channel within a [`Guild`]. /// /// [`Guild`]: struct.Guild.html - /// [text]: enum.ChannelType.html#Text.v - /// [voice]: enum.ChannelType.html#Voice.v + /// [text]: enum.ChannelType.html#variant.Text + /// [voice]: enum.ChannelType.html#variant.Voice Public(PublicChannel), } |