Fix general typos (#852)

This commit is contained in:
enzosk8
2017-11-05 19:05:19 -08:00
committed by Christopher F
parent dc151e8998
commit da335b95c4
6 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ namespace Discord
public static Optional<T> Unspecified => default(Optional<T>);
private readonly T _value;
/// <summary> Gets the value for this paramter. </summary>
/// <summary> Gets the value for this parameter. </summary>
public T Value
{
get