From 9975ff603b5ba0e5f4b2f0ffb07474a9013dab36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 23 Jan 2014 09:59:21 -0500 Subject: [PATCH] doc: fix typo in readline --- doc/api/readline.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/readline.markdown b/doc/api/readline.markdown index d586b646c03..bcfbe4f5901 100644 --- a/doc/api/readline.markdown +++ b/doc/api/readline.markdown @@ -39,7 +39,7 @@ the following values: treated like a TTY, and have ANSI/VT100 escape codes written to it. Defaults to checking `isTTY` on the `output` stream upon instantiation. -The `completer` function is given a the current line entered by the user, and +The `completer` function is given the current line entered by the user, and is supposed to return an Array with 2 entries: 1. An Array with matching entries for the completion.