Skip to content

Commit c5e4122

Browse files
authored
docs: fix example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent f44d419 commit c5e4122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/math/base/special/cceiln/docs

lib/node_modules/@stdlib/math/base/special/cceiln/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Examples
2020
--------
21-
> var out = {{alias}}( new {{alias:@stdlib/complex/float64/ctor}}( 5.555, -3.333 ), -2 );
21+
> var out = {{alias}}( new {{alias:@stdlib/complex/float64/ctor}}( 5.555, -3.333 ), -2 )
2222
<Complex128>[ 5.56, -3.33 ]
2323

2424
See Also

0 commit comments

Comments
 (0)