Skip to content

Commit 5d141d9

Browse files
committed
Use backticks in example
This is a workaround to address VSCode rendering issues.
1 parent 62c2c7a commit 5d141d9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/iter/any/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/iter/any/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ interface IteratorResult {
5050
*
5151
* @example
5252
*
53-
* var array2iterator = require( '@stdlib/array/to-iterator' );
53+
* var array2iterator = require( `@stdlib/array/to-iterator` );
5454
*
5555
* var it = array2iterator( [ 0, 0, 0, 0, 1 ] );
5656
*

0 commit comments

Comments
 (0)