'function' typo (#1875)

This commit is contained in:
Rich Murphey
2019-11-25 08:32:51 -06:00
committed by Alex Crichton
parent 394be5ec21
commit 0acece0c95

View File

@@ -16,7 +16,7 @@ should be able to transparently switch to `final` eventually.
The eventual performance aspect is that with the [host bindings
proposal][host-bindings] then `wasm-bindgen` will need to generate far fewer JS
functino shims to import than it does today. For example, consider this import
function shims to import than it does today. For example, consider this import
today:
```rust