Skip to content

Commit f9201da

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 793dbc1 commit f9201da

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/base/full-by/docs

lib/node_modules/@stdlib/ndarray/base/full-by/docs/repl.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
> function clbk() { return 10.0; };
3636
> var arr = {{alias}}( 'float64', [ 2, 2 ], 'row-major', clbk )
3737
<ndarray>[ [ 10.0, 10.0 ], [ 10.0, 10.0 ] ]
38-
> var dt = String( {{alias:@stdlib/ndarray/dtype}}( arr ) )
39-
'float64'
4038

4139
See Also
4240
--------

0 commit comments

Comments
 (0)