Skip to content

Commit e437a0a

Browse files
devuleMoLow
authored andcommitted
doc: fix typo in readline completer function section
PR-URL: #48188 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
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

Lines changed: 1 addition & 1 deletion
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)