Skip to content

Commit 8e58487

Browse files
authored
test: update description
Signed-off-by: Athan <[email protected]>
1 parent 56cbbc5 commit 8e58487

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/lapack/base/dlapy3/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlapy3/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tape( 'the function returns `NaN` if one or more arguments is `NaN`', function t
8282
t.end();
8383
});
8484

85-
tape( 'the function computes the euclidian norm', function test( t ) {
85+
tape( 'the function computes the Euclidian norm', function test( t ) {
8686
var h;
8787

8888
h = dlapy3( 1234.0, 7863.0, 1298.0 );

0 commit comments

Comments
 (0)