Skip to content

Commit 435129a

Browse files
authored
test: update description
Signed-off-by: Athan <[email protected]>
1 parent 5ca4dde commit 435129a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float64/base/assert/is-almost-equal-value/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tape( 'main export is a function', function test( t ) {
3434
t.end();
3535
});
3636

37-
tape( 'the function returns `false` if provided `NaN` as either real or imaginary part', function test( t ) {
37+
tape( 'the function returns `false` if provided `NaN` as either real or imaginary component', function test( t ) {
3838
var z1;
3939
var z2;
4040

0 commit comments

Comments
 (0)