Skip to content

Commit 5f83ce5

Browse files
devuletargos
authored andcommitted
doc: fix typo in readline completer function section
PR-URL: #48188 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 3c82165 commit 5f83ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/readline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ function completer(line) {
744744
}
745745
```
746746

747-
The `completer` function can also returns a {Promise}, or be asynchronous:
747+
The `completer` function can also return a {Promise}, or be asynchronous:
748748

749749
```js
750750
async function completer(linePartial) {

0 commit comments

Comments
 (0)