Skip to content

Commit 453a16d

Browse files
committed
Use backticks in requires
1 parent 162e284 commit 453a16d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/ndarray/dispatch/docs/types

lib/node_modules/@stdlib/ndarray/dispatch/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import { ndarray } from '@stdlib/types/ndarray';
2929
* @param data - ndarray function data (e.g., a callback)
3030
*
3131
* @example
32-
* var numel = require( '@stdlib/ndarray/base/numel' );
33-
* var ind2sub = require( '@stdlib/ndarray/ind2sub' );
32+
* var numel = require( `@stdlib/ndarray/base/numel` );
33+
* var ind2sub = require( `@stdlib/ndarray/ind2sub` );
3434
*
3535
* function ndarrayFcn( arrays, fcn ) {
3636
* var xord;

0 commit comments

Comments
 (0)