Skip to content

Commit 0acece0

Browse files
rich-murpheyalexcrichton
authored andcommitted
'function' typo (#1875)
1 parent 394be5e commit 0acece0

File tree

1 file changed

+1
-1
lines changed
  • guide/src/reference/attributes/on-js-imports

1 file changed

+1
-1
lines changed

guide/src/reference/attributes/on-js-imports/final.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ should be able to transparently switch to `final` eventually.
1616

1717
The eventual performance aspect is that with the [host bindings
1818
proposal][host-bindings] then `wasm-bindgen` will need to generate far fewer JS
19-
functino shims to import than it does today. For example, consider this import
19+
function shims to import than it does today. For example, consider this import
2020
today:
2121

2222
```rust

0 commit comments

Comments
 (0)