Skip to content

Commit b08a0cc

Browse files
committed
Fix dimension
1 parent 2202d3d commit b08a0cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/ndarray/ctor/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
Examples
114114
--------
115-
> var ctor = {{alias}}( 'generic', 3 )
115+
> var ctor = {{alias}}( 'generic', 2 )
116116
<Function>
117117

118118
// To create a new instance...

lib/node_modules/@stdlib/ndarray/memoized-ctor/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112

113113
Examples
114114
--------
115-
> var ctor = {{alias}}( 'generic', 3 )
115+
> var ctor = {{alias}}( 'generic', 2 )
116116
<Function>
117-
> var f = {{alias}}( 'generic', 3 )
117+
> var f = {{alias}}( 'generic', 2 )
118118
<Function>
119119
> var bool = ( f === ctor )
120120
true

0 commit comments

Comments
 (0)