Skip to content

Commit 0c7aeae

Browse files
authored
docs: update namespace TypeScript declarations
PR-URL: #6386 Reviewed-by: Athan Reines <[email protected]>
1 parent 0e620f2 commit 0c7aeae

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@ interface Namespace {
29672967
* var real = require( '@stdlib/complex/float64/real' );
29682968
* var imag = require( '@stdlib/complex/float64/imag' );
29692969
*
2970-
* var v = cceil( new Complex128( -4.2, 5.5 ) );
2970+
* var v = ns.csignum( new Complex128( -4.2, 5.5 ) );
29712971
* // returns <Complex128>
29722972
*
29732973
* var re = real( v );

0 commit comments

Comments
 (0)