adjust comment of nan/notnan (#40713)

This commit is contained in:
Josef Biehler
2019-12-02 19:26:46 -08:00
committed by Ron Buckton
parent 18763397b4
commit eefd469022
+2 -2
View File
@@ -596,7 +596,7 @@ declare namespace Chai {
isNotNull<T>(value: T, message?: string): void;
/**
* Asserts that value is not null.
* Asserts that value is NaN.
*
* @type T Type of value.
* @param value Actual value.
@@ -605,7 +605,7 @@ declare namespace Chai {
isNaN<T>(value: T, message?: string): void;
/**
* Asserts that value is not null.
* Asserts that value is not NaN.
*
* @type T Type of value.
* @param value Actual value.