summaryrefslogtreecommitdiff
path: root/doc/api/readline.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index c1e50ef7ee..d3afe5d9bf 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -320,7 +320,6 @@ added: v0.7.7
The `readline.clearLine()` method clears current line of given [TTY][] stream
in a specified direction identified by `dir`.
-
## readline.clearScreenDown(stream)
<!-- YAML
added: v0.7.7
@@ -477,7 +476,6 @@ added: v0.7.7
The `readline.moveCursor()` method moves the cursor *relative* to its current
position in a given [TTY][] `stream`.
-
## Example: Tiny CLI
The following example illustrates the use of `readline.Interface` class to