Browse Source

docs: Fixed a spelling error. (#1349)

tags/2.2.0
Saulius Šaltenis Christopher F 5 years ago
parent
commit
af79ed54a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Attributes/NamedArgumentTypeAttribute.cs

+ 1
- 1
src/Discord.Net.Commands/Attributes/NamedArgumentTypeAttribute.cs View File

@@ -3,7 +3,7 @@ using System;
namespace Discord.Commands
{
/// <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.
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]


Loading…
Cancel
Save