Skip to content

Commit f3290fa

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

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
@@ -109,7 +109,7 @@ tape( 'the function returns `false` if provided two complex double-precision flo
109109
t.end();
110110
});
111111

112-
tape( 'the function returns `true` if signed zeros are provided as real or imaginary parts irrespective of the specified number of ULPs', function test( t ) {
112+
tape( 'the function returns `true` if signed zeros are provided as real or imaginary components irrespective of the specified number of ULPs', function test( t ) {
113113
var z1;
114114
var z2;
115115

0 commit comments

Comments
 (0)