Skip to content

Commit 75f46d2

Browse files
committed
docs: fix description
1 parent 8072fcf commit 75f46d2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/offset/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/offset/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var format = require( '@stdlib/string/format' );
2929
// MAIN //
3030

3131
/**
32-
* Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
32+
* Returns the index offset specifying the underlying buffer index of the first iterated ndarray element.
3333
*
3434
* @param {ndarrayLike} x - input ndarray
3535
* @throws {TypeError} must provide an ndarray

0 commit comments

Comments
 (0)