mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-18 07:11:56 +03:00
Merge pull request #676 from Tarnadas/master
guide: typo in arbitrary data with serde
This commit is contained in:
commit
9a1147d61b
@ -89,7 +89,7 @@ pub fn receive_example_from_js(val: &JsValue) {
|
||||
|
||||
## JavaScript Usage
|
||||
|
||||
In the `JsValue` that JavaScript gets, `fied1` will be an `Object` (not a
|
||||
In the `JsValue` that JavaScript gets, `field1` will be an `Object` (not a
|
||||
JavaScript `Map`), `field2` will be a JavaScript `Array` whose members are
|
||||
`Array`s of numbers, and `field3` will be an `Array` of numbers.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user