mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-10 21:07:16 +00:00
Fix typo in rust-type-conversions.md. (#390)
This commit is contained in:
parent
2694dd4dee
commit
ad72ea54a9
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user