Skip to content

Commit a374351

Browse files
authored
docs: fix return annotation
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3da853d commit a374351

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/to-reversed/docs

lib/node_modules/@stdlib/ndarray/to-reversed/docs/repl.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
Examples
1818
--------
1919
> var x = {{alias:@stdlib/ndarray/array}}( [ [ 1, 2 ], [ 3, 4 ] ] )
20-
<ndarray>
21-
> {{alias:@stdlib/ndarray/to-array}}( x )
2220
<ndarray>[ [ 1, 2 ], [ 3, 4 ] ]
2321
> var y = {{alias}}( x )
2422
<ndarray>[ [ 4, 3 ], [ 2, 1 ] ]

0 commit comments

Comments
 (0)