Skip to content

Commit 200d714

Browse files
authored
style: fix missing space
Signed-off-by: Athan <[email protected]>
1 parent f47905a commit 200d714

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/nanvarianceyc/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/nanvarianceyc/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
--------
107107
// Standard Usage:
108108
> var x = [ 1.0, -2.0, NaN, 2.0 ];
109-
> {{alias}}.ndarray(4, 1, x, 1, 0 )
109+
> {{alias}}.ndarray( 4, 1, x, 1, 0 )
110110
~4.3333
111111

112112
// Using offset parameter:

0 commit comments

Comments
 (0)