Skip to content

Commit

Permalink
Fix typo (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Nov 7, 2020
1 parent 1817a88 commit 3c0c2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/reference/arbitrary-data-with-serde.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serializing and Deserializing Arbitrary Data Into and From `JsValue` with Serde

It's possible to pass arbirtrary data from Rust to JavaScript by serializing it
It's possible to pass arbitrary data from Rust to JavaScript by serializing it
to JSON with [Serde](https://github.com/serde-rs/serde). `wasm-bindgen` includes
the `JsValue` type, which streamlines serializing and deserializing.

Expand Down

0 comments on commit 3c0c2b3

Please sign in to comment.