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 9a30157 commit da7f3a3Copy full SHA for da7f3a3
lib/node_modules/@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-by-factory/README.md
@@ -29,7 +29,7 @@ limitations under the License.
29
<!-- eslint-disable id-length -->
30
31
```javascript
32
-var unaryStrided1dDispatchByFactory = require( '@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-factory' );
+var unaryStrided1dDispatchByFactory = require( '@stdlib/ndarray/base/unary-reduce-strided1d-dispatch-by-factory' );
33
```
34
35
#### unaryStrided1dDispatchByFactory( table, idtypes, odtypes, policies )
0 commit comments