From 21fe8dc7069cc4b5163137fd42cdee40effa9d06 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 10 Jul 2019 09:44:04 -0700 Subject: [PATCH] cli-support: Fix typo in comment --- crates/cli-support/src/js/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli-support/src/js/mod.rs b/crates/cli-support/src/js/mod.rs index 893e8de2..395641f5 100644 --- a/crates/cli-support/src/js/mod.rs +++ b/crates/cli-support/src/js/mod.rs @@ -1917,7 +1917,7 @@ impl<'a> Context<'a> { let js_doc = builder.js_doc_comments(); let docs = format_doc_comments(&export.comments, Some(js_doc)); - // Once we've got all the JS then put it in the right location dependin + // Once we've got all the JS then put it in the right location depending // on what's being exported. match &export.kind { AuxExportKind::Function(name) => {