Skip to content

Commit 9cc14d6

Browse files
committed
Fix example output
1 parent b583b00 commit 9cc14d6

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/complex/ceil/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/complex/ceil/docs/repl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// Provide an output array:
2727
> out = new Float64Array( 2 );
2828
> var v = {{alias}}( out, 5.5, 3.3 )
29-
[ 6.0, 4.0 ]
29+
<Float64Array>[ 6.0, 4.0 ]
3030
> var bool = ( v === out )
3131
true
3232

0 commit comments

Comments
 (0)