Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-02 17:35:56 +0300
committerGibson Fahnestock <gibfahn@gmail.com>2018-04-11 12:37:34 +0300
commitc89781583bb53389f0881a166beb7e2d0e59a194 (patch)
treef2b53864b21a5eb24f223470d645aad434693dbd /doc/api/debugger.md
parent333d7dda84447e30d9f27d5b66fd7e30f54d226f (diff)
doc: fix various nits
* Replace 2 hyphens (--) by spaced m-dashes (—) as per STYLE_GUIDE.md. * Space infix operators. * Unify quotes in inline code spans (use only single quotes). * Unify `* Returns:` (eliminate deviations). * Dedupe spaces. PR-URL: https://github.com/nodejs/node/pull/19743 Backport-PR-URL: https://github.com/nodejs/node/pull/19753 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/debugger.md')
-rw-r--r--doc/api/debugger.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/debugger.md b/doc/api/debugger.md
index b0da263f594..98d0fdc1fe6 100644
--- a/doc/api/debugger.md
+++ b/doc/api/debugger.md
@@ -70,7 +70,7 @@ debug> repl
Press Ctrl + C to leave debug repl
> x
5
-> 2+2
+> 2 + 2
4
debug> next
< world