mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00: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…
x
Reference in New Issue
Block a user