Skip to content

Commit

Permalink
doc: Remove extra space in REPL example
Browse files Browse the repository at this point in the history
PR-URL: #6447
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
  • Loading branch information
Juan authored and Fishrock123 committed May 4, 2016
1 parent fd37d54 commit 8eb87ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dropped into the REPL. It has simplistic emacs line-editing.
```
$ node
Type '.help' for options.
> a = [ 1, 2, 3];
> a = [1, 2, 3];
[ 1, 2, 3 ]
> a.forEach((v) => {
... console.log(v);
Expand Down

0 comments on commit 8eb87ee

Please sign in to comment.