Browse Source

doc: fix an unclear wording in readline.md

PR-URL: https://github.com/nodejs/node/pull/12605
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
v6.x
Vse Mozhet Byt 8 years ago
committed by Myles Borins
parent
commit
5ce108955d
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 4
      doc/api/readline.md

4
doc/api/readline.md

@ -396,8 +396,8 @@ a `'resize'` event on the `output` if or when the columns ever change
### Use of the `completer` Function
When called, the `completer` function is provided the current line entered by
the user, and is expected to return an Array with 2 entries:
The `completer` function takes the current line entered by the user
as an argument, and returns an Array with 2 entries:
* An Array with matching entries for the completion.
* The substring that was used for the matching.

Loading…
Cancel
Save