diff options
author | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2018-08-26 19:02:27 +0300 |
---|---|---|
committer | Michaƫl Zasso <targos@protonmail.com> | 2018-09-06 08:53:57 +0200 |
commit | ca2dd8cbb0a8fbc688b7c4a27740530e819e36c9 (patch) | |
tree | e256437b2fe560932b59ce5675adbcff87f0c1c3 /doc/api/repl.md | |
parent | 12f5480d5545911fd924bafa54277b81fdc50f81 (diff) | |
download | node-new-ca2dd8cbb0a8fbc688b7c4a27740530e819e36c9.tar.gz |
doc: remove redundant 'Example:' and similar notes
Some nits were also fixed in passing.
PR-URL: https://github.com/nodejs/node/pull/22537
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r-- | doc/api/repl.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/repl.md b/doc/api/repl.md index e66032279e..2f7100c7e8 100644 --- a/doc/api/repl.md +++ b/doc/api/repl.md @@ -323,7 +323,7 @@ the default evaluator and the `repl.REPLServer` instance was created with the reference to the `context` object as the only argument. This can be used primarily to re-initialize REPL context to some pre-defined -state as illustrated in the following simple example: +state: ```js const repl = require('repl'); |