From d0e14ae82cf05b1d854df4da37e2152cd09664a4 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Fri, 24 Sep 2021 22:25:45 +0200 Subject: chore(runtime): minor comment improvement (#12191) --- runtime/worker.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/worker.rs b/runtime/worker.rs index 5cfd30dd1..a689a32f0 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -56,8 +56,7 @@ pub struct WorkerOptions { pub user_agent: String, pub seed: Option, pub module_loader: Rc, - // Callback that will be invoked when creating new instance - // of WebWorker + // Callback invoked when creating new instance of WebWorker pub create_web_worker_cb: Arc, pub js_error_create_fn: Option>, pub maybe_inspector_server: Option>, -- cgit v1.2.3