We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162e284 commit 453a16dCopy full SHA for 453a16d
1 file changed
lib/node_modules/@stdlib/ndarray/dispatch/docs/types/index.d.ts
@@ -29,8 +29,8 @@ import { ndarray } from '@stdlib/types/ndarray';
29
* @param data - ndarray function data (e.g., a callback)
30
*
31
* @example
32
-* var numel = require( '@stdlib/ndarray/base/numel' );
33
-* var ind2sub = require( '@stdlib/ndarray/ind2sub' );
+* var numel = require( `@stdlib/ndarray/base/numel` );
+* var ind2sub = require( `@stdlib/ndarray/ind2sub` );
34
35
* function ndarrayFcn( arrays, fcn ) {
36
* var xord;
0 commit comments