mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
adjust comment of nan/notnan (#40713)
This commit is contained in:
committed by
Ron Buckton
parent
18763397b4
commit
eefd469022
Vendored
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user