Skip to content

Commit 3502369

Browse files
authored
docs: update comment
Signed-off-by: Athan <[email protected]>
1 parent 72f4d99 commit 3502369

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/lapack/base/dlapy3/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import dlapy3 = require( './index' );
2626
dlapy3( 8, 2, 10 ); // $ExpectType number
2727
}
2828

29-
// The compiler throws an error if the function is provided values other than two numbers...
29+
// The compiler throws an error if the function is provided values other than three numbers...
3030
{
3131
dlapy3( true, 3, 1 ); // $ExpectError
3232
dlapy3( false, 2, 1 ); // $ExpectError

0 commit comments

Comments
 (0)