Skip to content

Commit 7fa7688

Browse files
authored
docs: fix missing declaration
Signed-off-by: Athan <[email protected]>
1 parent 8f2650c commit 7fa7688

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/dstructs/named-typed-tuple/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/dstructs/named-typed-tuple/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ tuple.toString()
13951395

13961396
Examples
13971397
--------
1398-
> opts = { 'name': 'Point' };
1398+
> var opts = { 'name': 'Point' };
13991399
> var factory = {{alias}}( [ 'x', 'y', 'z' ], opts );
14001400
> var p = factory( [ 1.0, -1.0, 0.0 ] );
14011401
> p.toString()

0 commit comments

Comments
 (0)