mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:15:43 +00:00
(#15) Fix typo in short.IsEven xmldoc
This commit is contained in:
parent
1ee5b8ef64
commit
0bafb64ecb
@ -57,11 +57,11 @@ namespace X10D
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns a value indicating whether the current value is not evenly divisible by 2.
|
/// Returns a value indicating whether the current value is evenly divisible by 2.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="value">The value whose parity to check.</param>
|
/// <param name="value">The value whose parity to check.</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// <see langword="true" /> if <paramref name="value" /> is not evenly divisible by 2, or <see langword="false" />
|
/// <see langword="true" /> if <paramref name="value" /> is evenly divisible by 2, or <see langword="false" />
|
||||||
/// otherwise.
|
/// otherwise.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public static bool IsEven(this short value)
|
public static bool IsEven(this short value)
|
||||||
|
Loading…
Reference in New Issue
Block a user