Skip to content

Commit c19a0bf

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent 6512504 commit c19a0bf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import Complex128 = require( '@stdlib/complex/float64/ctor' );
2525
*
2626
* ## Notes
2727
*
28-
* - The function returns `false` if either input value has a `NaN` real or imaginary part.
28+
* - The function returns `false` if either input value has a `NaN` real or imaginary component.
2929
* - The function does not distinguish between `-0` and `+0`, treating them as equal.
3030
*
3131
* @param z1 - first complex number

0 commit comments

Comments
 (0)