diff --git a/lib/node_modules/@stdlib/ndarray/count-falsy/docs/repl.txt b/lib/node_modules/@stdlib/ndarray/count-falsy/docs/repl.txt index cd094d5c81ab..2d2b8582ee0c 100644 --- a/lib/node_modules/@stdlib/ndarray/count-falsy/docs/repl.txt +++ b/lib/node_modules/@stdlib/ndarray/count-falsy/docs/repl.txt @@ -29,9 +29,7 @@ -------- > var x = {{alias:@stdlib/ndarray/array}}( [ [ 1.0, 1.0 ], [ 0.0, 1.0 ] ] ); > var y = {{alias}}( x ) - - > y.get() - 1 + [ 1 ] > y = {{alias}}( x, { 'keepdims': true } ) [ [ 1 ] ]