summaryrefslogtreecommitdiff
path: root/cli/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/worker.rs')
-rw-r--r--cli/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs
index e91758e10..d52d96594 100644
--- a/cli/worker.rs
+++ b/cli/worker.rs
@@ -228,7 +228,7 @@ impl DerefMut for Worker {
///
/// It provides ops available in the `Deno` namespace.
///
-/// All WebWorkers created during program execution are decendants of
+/// All WebWorkers created during program execution are descendants of
/// this worker.
pub struct MainWorker(Worker);