diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index aff461a94..f856ca0c0 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -55,7 +55,7 @@ impl Worker { isolate.execute(js_filename, js_source) } - /// Consumes worker. Executes the provided JavaScript module. + /// Executes the provided JavaScript module. pub fn execute_mod_async( &mut self, js_url: &Url, @@ -94,7 +94,7 @@ impl Worker { }) } - /// Consumes worker. Executes the provided JavaScript module. + /// Executes the provided JavaScript module. pub fn execute_mod( &mut self, js_url: &Url, |