Skip to content

Commit 8f0611a

Browse files
authored
docs: update example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5fb249b commit 8f0611a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/count-truthy/docs

lib/node_modules/@stdlib/ndarray/count-truthy/docs/repl.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
> var y = {{alias:@stdlib/ndarray/from-scalar}}( 0, { 'dtype': 'int32' } );
6969
> var out = {{alias}}.assign( x, y )
7070
<ndarray>[ 3 ]
71+
> var bool = ( out === y )
72+
true
7173

7274
See Also
7375
--------

0 commit comments

Comments
 (0)