Skip to content

Commit d5b3cc9

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent e6f705b commit d5b3cc9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/number/float64/base/assert/is-almost-equal-value

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var isAlmostEqualValue = require( '@stdlib/number/float64/base/assert/is-almost-
3232

3333
#### isAlmostEqualValue( a, b )
3434

35-
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
35+
Tests if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
3636

3737
```javascript
3838
var EPS = require( '@stdlib/constants/float64/eps' );

0 commit comments

Comments
 (0)