From de0053cc3280bdf72c9010f383290f79120a1e98 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Mon, 2 Apr 2018 08:38:48 +0300 Subject: doc: fix various nits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/debugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/debugger.md') diff --git a/doc/api/debugger.md b/doc/api/debugger.md index 00dda306d0..d64f3750f6 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 -- cgit v1.2.3