Fix typos in comments and documentation (#2608)
* Fix typos in comments and documentations * Fixes more typo
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Discord.Interactions
|
||||
public double? MinValue { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the maxmimum value permitted for a number type parameter.
|
||||
/// Gets the maximum value permitted for a number type parameter.
|
||||
/// </summary>
|
||||
public double? MaxValue { get; }
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace Discord.Interactions
|
||||
public TypeConverter TypeConverter { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the <see cref="IAutocompleteHandler"/> thats linked to this parameter.
|
||||
/// Gets the <see cref="IAutocompleteHandler"/> that's linked to this parameter.
|
||||
/// </summary>
|
||||
public IAutocompleteHandler AutocompleteHandler { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user