mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-15 12:44:31 +03:00
cli-support: Fix typo in comment
This commit is contained in:
parent
a3ddd097eb
commit
21fe8dc706
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user