Skip to content

Commit 2ceca09

Browse files
authored
docs: add missing comma
Signed-off-by: Athan <[email protected]>
1 parent e8bda28 commit 2ceca09

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-almost-equal/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-almost-equal/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var isComplexLike = require( '@stdlib/assert/is-complex-like' );
3434
*
3535
* ## Notes
3636
*
37-
* - The function returns `false` if either input value is `NaN` or in the case of complex numbers, if either the real or imaginary component is `NaN`.
37+
* - The function returns `false` if either input value is `NaN` or, in the case of complex numbers, if either the real or imaginary component is `NaN`.
3838
* - The function does not distinguish between `-0` and `+0`, treating them as equal.
3939
*
4040
* @param {*} a - first input value

0 commit comments

Comments
 (0)