From 98f9b5df1268a9473bf36a48373fc2b3792b3dd0 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 28 Nov 2016 12:38:23 -0800 Subject: doc: remove minor contradiction in debugger doc The doc says the debugger is and also isn't full-featured. Even if the sentences are talking about different things, it's confusing. `full-featured` seems superfluous in the first sentence anyway, so remove it. Remove a superfluous `simple` while we're at it. PR-URL: https://github.com/nodejs/node/pull/9832 Reviewed-By: Gibson Fahnestock Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson --- doc/api/debugger.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/api/debugger.md') diff --git a/doc/api/debugger.md b/doc/api/debugger.md index 48761cf047..c8a61d2ce7 100644 --- a/doc/api/debugger.md +++ b/doc/api/debugger.md @@ -4,10 +4,10 @@ -Node.js includes a full-featured out-of-process debugging utility accessible -via a simple [TCP-based protocol][] and built-in debugging client. To use it, -start Node.js with the `debug` argument followed by the path to the script to -debug; a prompt will be displayed indicating successful launch of the debugger: +Node.js includes an out-of-process debugging utility accessible via a +[TCP-based protocol][] and built-in debugging client. To use it, start Node.js +with the `debug` argument followed by the path to the script to debug; a prompt +will be displayed indicating successful launch of the debugger: ```txt $ node debug myscript.js -- cgit v1.2.3