Skip to content

Commit 6743af8

Browse files
committed
docs: fix description
1 parent 08dd5cd commit 6743af8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/offset/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var offset = require( '@stdlib/ndarray/offset' );
4242

4343
#### offset( x )
4444

45-
Return the index offset specifying the underlying buffer index of the first iterated [ndarray][@stdlib/ndarray/ctor] element.
45+
Returns the index offset specifying the underlying buffer index of the first iterated [ndarray][@stdlib/ndarray/ctor] element.
4646

4747
```javascript
4848
var zeros = require( '@stdlib/ndarray/zeros' );

0 commit comments

Comments
 (0)