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 <[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 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)