Skip to content

Commit 003e8f7

Browse files
authored
docs: add missing tilde
Signed-off-by: Athan <[email protected]>
1 parent b4fca34 commit 003e8f7

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/float32/base/neg/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float32/base/neg/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { Complex64 } from '@stdlib/types/complex';
3434
* var z = new Complex64( -4.2, 5.5 );
3535
*
3636
* var out = cnegf( z );
37-
* // returns <Complex64>[ 4.2, -5.5 ]
37+
* // returns <Complex64>[ ~4.2, -5.5 ]
3838
*
3939
* @example
4040
* var Complex64 = require( '@stdlib/complex/float32/ctor' );

0 commit comments

Comments
 (0)