Skip to content

Commit ee5726f

Browse files
authored
docs: use conventional verbage
Signed-off-by: Athan <[email protected]>
1 parent ff9f557 commit ee5726f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ out = isAlmostEqualValue( z1, z2, 1 );
5858
// returns true
5959
```
6060

61-
The function returns `false` if either input value has a `NaN` real or imaginary part.
61+
The function returns `false` if either input value has a `NaN` real or imaginary component.
6262

6363
```javascript
6464
var Complex128 = require( '@stdlib/complex/float64/ctor' );

0 commit comments

Comments
 (0)