We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8072fcf commit 75f46d2Copy full SHA for 75f46d2
lib/node_modules/@stdlib/ndarray/offset/lib/main.js
@@ -29,7 +29,7 @@ var format = require( '@stdlib/string/format' );
29
// MAIN //
30
31
/**
32
-* Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
+* Returns the index offset specifying the underlying buffer index of the first iterated ndarray element.
33
*
34
* @param {ndarrayLike} x - input ndarray
35
* @throws {TypeError} must provide an ndarray
0 commit comments