Fix typo in rust-type-conversions.md. (#390)

This commit is contained in:
Corey Farwell 2018-07-04 14:53:20 -04:00 committed by Alex Crichton
parent 2694dd4dee
commit ad72ea54a9

View File

@ -40,7 +40,7 @@ Rust arguments of JS functions imported to Rust.
### From JS to Rust
Unfortunately the opposite direction from above, going from JS to Rust, is a bit
mroe complicated. Here we've got three traits:
more complicated. Here we've got three traits:
```rust
pub trait FromWasmAbi: WasmDescribe {