Skip to content

Commit a0e25b2

Browse files
Trottaddaleax
authored andcommitted
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: #9832 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 0e36bec commit a0e25b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/debugger.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
55
<!-- type=misc -->
66

7-
Node.js includes a full-featured out-of-process debugging utility accessible
8-
via a simple [TCP-based protocol][] and built-in debugging client. To use it,
9-
start Node.js with the `debug` argument followed by the path to the script to
10-
debug; a prompt will be displayed indicating successful launch of the debugger:
7+
Node.js includes an out-of-process debugging utility accessible via a
8+
[TCP-based protocol][] and built-in debugging client. To use it, start Node.js
9+
with the `debug` argument followed by the path to the script to debug; a prompt
10+
will be displayed indicating successful launch of the debugger:
1111

1212
```txt
1313
$ node debug myscript.js

0 commit comments

Comments
 (0)