We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38c3a9 commit 8f2650cCopy full SHA for 8f2650c
lib/node_modules/@stdlib/dstructs/named-typed-tuple/docs/repl.txt
@@ -1378,7 +1378,7 @@ tuple.toLocaleString( [locales[, options]] )
1378
1379
Examples
1380
--------
1381
- > opts = { 'name': 'Point' };
+ > var opts = { 'name': 'Point' };
1382
> var factory = {{alias}}( [ 'x', 'y', 'z' ], opts );
1383
> var p = factory( [ 1.0, -1.0, 0.0 ], 'int32' );
1384
> p.toLocaleString()
0 commit comments