Skip to content

Commit 21fe8dc

Browse files
committed
cli-support: Fix typo in comment
1 parent a3ddd09 commit 21fe8dc

File tree

1 file changed

+1
-1
lines changed
  • crates/cli-support/src/js

1 file changed

+1
-1
lines changed

crates/cli-support/src/js/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1917,7 +1917,7 @@ impl<'a> Context<'a> {
19171917
let js_doc = builder.js_doc_comments();
19181918
let docs = format_doc_comments(&export.comments, Some(js_doc));
19191919

1920-
// Once we've got all the JS then put it in the right location dependin
1920+
// Once we've got all the JS then put it in the right location depending
19211921
// on what's being exported.
19221922
match &export.kind {
19231923
AuxExportKind::Function(name) => {

0 commit comments

Comments
 (0)