Skip to content

Commit 8133098

Browse files
authored
docs: add missing comma
Signed-off-by: Athan <[email protected]>
1 parent 6a54bf9 commit 8133098

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-almost-equal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bool = isAlmostEqual( {}, {}, 1 );
4747
// returns false
4848
```
4949

50-
The function returns `false` if either input value is `NaN` or in the case of [complex numbers][@stdlib/complex], if either the real or imaginary component is `NaN`.
50+
The function returns `false` if either input value is `NaN` or, in the case of [complex numbers][@stdlib/complex], if either the real or imaginary component is `NaN`.
5151

5252
```javascript
5353
var bool = isAlmostEqual( NaN, 1.0, 1 );

0 commit comments

Comments
 (0)