Escaped amp in XML example.

This commit is contained in:
RogueException
2016-11-27 01:07:19 -04:00
parent f56a1b653d
commit 2a33bb0c12

View File

@@ -29,7 +29,7 @@ namespace Discord.Commands
/// <example> /// <example>
/// <code language="c#"> /// <code language="c#">
/// [Command("permission")] /// [Command("permission")]
/// [RequireUserPermission(ChannelPermission.ReadMessageHistory & ChannelPermission.ReadMessages)] /// [RequireUserPermission(ChannelPermission.ReadMessageHistory &amp; ChannelPermission.ReadMessages)]
/// public async Task HasPermission() /// public async Task HasPermission()
/// { /// {
/// await ReplyAsync("You can read messages and the message history!"); /// await ReplyAsync("You can read messages and the message history!");