We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1817a88 commit 3c0c2b3Copy full SHA for 3c0c2b3
guide/src/reference/arbitrary-data-with-serde.md
@@ -1,6 +1,6 @@
1
# Serializing and Deserializing Arbitrary Data Into and From `JsValue` with Serde
2
3
-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
4
to JSON with [Serde](https://github.com/serde-rs/serde). `wasm-bindgen` includes
5
the `JsValue` type, which streamlines serializing and deserializing.
6
0 commit comments