Skip to content

Commit 8ad484e

Browse files
authored
Update README example for maxabs function
Signed-off-by: Sachin Pangal <151670745+Orthodox-64@users.noreply.github.com>
1 parent 2dbf5b9 commit 8ad484e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/maxabs

lib/node_modules/@stdlib/stats/maxabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ var x = array( [ -1.0, 2.0, -3.0 ], {
128128
var y = maxabs( x, {
129129
'dtype': 'float64'
130130
});
131-
// returns <ndarray>[ 3.0 ]
131+
// returns <ndarray>
132132

133133
var dt = String( getDType( y ) );
134134
// returns 'float64'

0 commit comments

Comments
 (0)