Replace `Leader.time_out` with `Leader.setTimeout()` in docs

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1123/head
Michael Richters 3 years ago
parent f47c750681
commit a0751f25c8
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -77,7 +77,7 @@ The plugin provides the `Leader` object, with the following methods and properti
> are final actions, where one does not wish to continue the leader sequence
> further in the hopes of finding a longer match.
### `.time_out`
### `.setTimeout(ms)`
> The number of milliseconds to wait before a sequence times out. Once the
> sequence timed out, if there is a partial match with an action, that will be

Loading…
Cancel
Save