Skip to content

Commit e437a0a

Browse files
devuleMoLow
authored andcommittedJul 6, 2023
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 92e0ea4 commit e437a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/readline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ function completer(line) {
799799
}
800800
```
801801

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

804804
```js
805805
async function completer(linePartial) {

0 commit comments

Comments
 (0)
Please sign in to comment.