cli-support: Fix typo in comment

This commit is contained in:
Nick Fitzgerald 2019-07-10 09:44:04 -07:00
parent a3ddd097eb
commit 21fe8dc706

View File

@ -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) => {