summaryrefslogtreecommitdiff
path: root/doc/api/repl.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/repl.md')
-rw-r--r--doc/api/repl.md2
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');