diff --git a/lib/node_modules/@stdlib/ndarray/some-by/docs/repl.txt b/lib/node_modules/@stdlib/ndarray/some-by/docs/repl.txt index 1e623b809115..179a73fdcfa5 100644 --- a/lib/node_modules/@stdlib/ndarray/some-by/docs/repl.txt +++ b/lib/node_modules/@stdlib/ndarray/some-by/docs/repl.txt @@ -92,6 +92,8 @@ > var y = {{alias:@stdlib/ndarray/from-scalar}}( false ); > var out = {{alias}}.assign( x, 3, y, f ) [ true ] + > var bool = ( out === y ) + true See Also --------