From ad72ea54a94cb68c72f81966b83941534b2b1dac Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 4 Jul 2018 14:53:20 -0400 Subject: [PATCH] Fix typo in rust-type-conversions.md. (#390) --- guide/src/design/rust-type-conversions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/design/rust-type-conversions.md b/guide/src/design/rust-type-conversions.md index 2eacc4c4..f5e939a2 100644 --- a/guide/src/design/rust-type-conversions.md +++ b/guide/src/design/rust-type-conversions.md @@ -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 {