Skip to content

Commit a6f45b4

Browse files
JuanMyles Borins
Juan
authored and
Myles Borins
committed
doc: Remove extra space in REPL example
PR-URL: #6447 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Brian White <[email protected]>
1 parent feda15b commit a6f45b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/repl.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dropped into the REPL. It has simplistic emacs line-editing.
1313
```
1414
$ node
1515
Type '.help' for options.
16-
> a = [ 1, 2, 3];
16+
> a = [1, 2, 3];
1717
[ 1, 2, 3 ]
1818
> a.forEach((v) => {
1919
... console.log(v);

0 commit comments

Comments
 (0)