mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:05:42 +00:00
Fix typos in IsPrimeTests xmldoc
This commit is contained in:
parent
09e126fa08
commit
1205290ab4
@ -16,7 +16,9 @@ namespace X10D.Tests.Core
|
|||||||
/// Tests for this extension method are delegated to their own test class because of the non-trivial requirements for
|
/// Tests for this extension method are delegated to their own test class because of the non-trivial requirements for
|
||||||
/// loading testing prime numbers.
|
/// loading testing prime numbers.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
|
/// <seealso cref="Int16Extensions.IsPrime(short)" />
|
||||||
/// <seealso cref="Int32Extensions.IsPrime(int)" />
|
/// <seealso cref="Int32Extensions.IsPrime(int)" />
|
||||||
|
/// <seealso cref="Int64Extensions.IsPrime(long)" />
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class IsPrimeTests
|
public class IsPrimeTests
|
||||||
{
|
{
|
||||||
@ -57,7 +59,7 @@ namespace X10D.Tests.Core
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Asserts that all negative numbers are not prime.
|
/// Asserts that values 0 and 1 are not prime.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void LessThan2()
|
public void LessThan2()
|
||||||
|
Loading…
Reference in New Issue
Block a user