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 89d8eda commit 792faaeCopy full SHA for 792faae
_src/README.md
@@ -28,7 +28,7 @@ and deserialized using any supported data format.
28
29
### Design
30
31
-Where many other languages rely on runtime reflection for serializing data,
+Whereas many other languages rely on runtime reflection for serializing data,
32
Serde is instead built on Rust's powerful trait system. A data structure that
33
knows how to serialize and deserialize itself is one that implements Serde's
34
`Serialize` and `Deserialize` traits (or uses Serde's derive attribute to
0 commit comments