We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08dd5cd commit 6743af8Copy full SHA for 6743af8
lib/node_modules/@stdlib/ndarray/offset/README.md
@@ -42,7 +42,7 @@ var offset = require( '@stdlib/ndarray/offset' );
42
43
#### offset( x )
44
45
-Return the index offset specifying the underlying buffer index of the first iterated [ndarray][@stdlib/ndarray/ctor] element.
+Returns the index offset specifying the underlying buffer index of the first iterated [ndarray][@stdlib/ndarray/ctor] element.
46
47
```javascript
48
var zeros = require( '@stdlib/ndarray/zeros' );
0 commit comments