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 2202d3d commit b08a0ccCopy full SHA for b08a0cc
lib/node_modules/@stdlib/ndarray/ctor/docs/repl.txt
@@ -112,7 +112,7 @@
112
113
Examples
114
--------
115
- > var ctor = {{alias}}( 'generic', 3 )
+ > var ctor = {{alias}}( 'generic', 2 )
116
<Function>
117
118
// To create a new instance...
lib/node_modules/@stdlib/ndarray/memoized-ctor/docs/repl.txt
@@ -112,9 +112,9 @@
- > var f = {{alias}}( 'generic', 3 )
+ > var f = {{alias}}( 'generic', 2 )
119
> var bool = ( f === ctor )
120
true
0 commit comments