mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 09:07:58 +01:00
Fix a few more comment typos.
This commit is contained in:
@@ -666,7 +666,7 @@ const CompletionContext = Class("CompletionContext", {
|
||||
* @param {boolean} interruptible When true, the call may be interrupted
|
||||
* via <C-c>, in which case, "Interrupted" may be thrown.
|
||||
* @param {number} timeout The maximum time, in milliseconds, to wait.
|
||||
* If 0 or null, wait indefinately.
|
||||
* If 0 or null, wait indefinitely.
|
||||
*/
|
||||
wait: function wait(interruptable, timeout) {
|
||||
let end = Date.now() + timeout;
|
||||
|
||||
Reference in New Issue
Block a user