Merge pull request #676 from Tarnadas/master

guide: typo in arbitrary data with serde
This commit is contained in:
Nick Fitzgerald 2018-08-09 13:13:15 -07:00 committed by GitHub
commit 9a1147d61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.