We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ddd09 commit 21fe8dcCopy full SHA for 21fe8dc
crates/cli-support/src/js/mod.rs
@@ -1917,7 +1917,7 @@ impl<'a> Context<'a> {
1917
let js_doc = builder.js_doc_comments();
1918
let docs = format_doc_comments(&export.comments, Some(js_doc));
1919
1920
- // 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
1921
// on what's being exported.
1922
match &export.kind {
1923
AuxExportKind::Function(name) => {
0 commit comments