Skip to content

Commit c64a1f4

Browse files
authored
chore: update jsdoc
1 parent 0565ed9 commit c64a1f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/stats/base/dcumaxabs/lib/ndarray.native.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ var addon = require( './../src/addon.node' );
3939
*
4040
* @example
4141
* var Float64Array = require( '@stdlib/array/float64' );
42-
* var floor = require( '@stdlib/math/base/special/floor' );
4342
*
4443
* var x = new Float64Array( [ 2.0, 1.0, 2.0, -2.0, -2.0, 2.0, 3.0, 4.0 ] );
4544
* var y = new Float64Array( x.length );

0 commit comments

Comments
 (0)