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 c90080b commit 19385a6Copy full SHA for 19385a6
lib/node_modules/@stdlib/ndarray/base/unary-reduce-subarray/docs/repl.txt
@@ -61,15 +61,15 @@
61
> function fcn( arrays ) { return arrays[0].data[ arrays[0].offset ]; };
62
63
// Using minimal ndarray-like objects...
64
- > x = {
+ > var x = {
65
... 'dtype': dtype,
66
... 'data': xbuf,
67
... 'shape': shx,
68
... 'strides': sx,
69
... 'offset': ox,
70
... 'order': order
71
... };
72
- > y = {
+ > var y = {
73
74
... 'data': ybuf,
75
... 'shape': shy,
0 commit comments