We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba202f commit fb7109dCopy full SHA for fb7109d
README.md
@@ -73,7 +73,7 @@ var slice = require( '@stdlib/ndarray-slice' );
73
74
#### slice( x, ...s\[, options] )
75
76
-Returns a **read-only** view of an input ndarray.
+Returns a **read-only** view of an input [`ndarray`][@stdlib/ndarray/ctor].
77
78
```javascript
79
var Slice = require( '@stdlib/slice-ctor' );
0 commit comments