Skip to content

Commit 75fa9af

Browse files
authored
style: remove extra space
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 3020d43 commit 75fa9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/number/float16/base/assert/is-almost-equal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ bool = isAlmostEqual( 1.0, NaN, 1 );
103103
// returns false
104104

105105
bool = isAlmostEqual( NaN, NaN, 1 );
106-
// returns false
106+
// returns false
107107
```
108108

109109
</section>

0 commit comments

Comments
 (0)