Skip to content

Commit 3c0c2b3

Browse files
authored
Fix typo (#2349)
1 parent 1817a88 commit 3c0c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/reference/arbitrary-data-with-serde.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Serializing and Deserializing Arbitrary Data Into and From `JsValue` with Serde
22

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

0 commit comments

Comments
 (0)