docs: Fixed a spelling error. (#1349)
This commit is contained in:
committed by
Christopher F
parent
2981d6bd80
commit
af79ed54a1
@@ -3,7 +3,7 @@ using System;
|
|||||||
namespace Discord.Commands
|
namespace Discord.Commands
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Instructs the command system to treat command paramters of this type
|
/// Instructs the command system to treat command parameters of this type
|
||||||
/// as a collection of named arguments matching to its properties.
|
/// as a collection of named arguments matching to its properties.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
|
||||||
|
|||||||
Reference in New Issue
Block a user