Skip to content

Commit 8f2650c

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

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
@@ -1378,7 +1378,7 @@ tuple.toLocaleString( [locales[, options]] )
13781378

13791379
Examples
13801380
--------
1381-
> opts = { 'name': 'Point' };
1381+
> var opts = { 'name': 'Point' };
13821382
> var factory = {{alias}}( [ 'x', 'y', 'z' ], opts );
13831383
> var p = factory( [ 1.0, -1.0, 0.0 ], 'int32' );
13841384
> p.toLocaleString()

0 commit comments

Comments
 (0)