We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad484e commit 5d67705Copy full SHA for 5d67705
lib/node_modules/@stdlib/stats/maxabs/docs/repl.txt
@@ -30,7 +30,7 @@
30
Examples
31
--------
32
> var x = {{alias:@stdlib/ndarray/array}}( [ -1.0, 2.0, -3.0, -4.0 ] );
33
- > var y = {{alias}}( x );
+ > var y = {{alias}}( x )
34
<ndarray>[ 4.0 ]
35
36
0 commit comments