Fixed logic in precondition attribute docstrings

This commit is contained in:
RogueException
2016-11-27 01:13:29 -04:00
parent 2a33bb0c12
commit 08ae9e4e86
4 changed files with 7 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ namespace Discord.Commands
/// <summary>
/// Require that the command be invoked in a specified context.
/// </summary>
/// <param name="contexts">The type of context the command can be invoked in. Multiple contexts can be speicifed by ORing the contexts together.</param>
/// <param name="contexts">The type of context the command can be invoked in. Multiple contexts can be specified by ORing the contexts together.</param>
/// <example>
/// <code language="c#">
/// [Command("private_only")]