Skip to content

Commit 792faae

Browse files
committed
Fix typo in readme
1 parent 89d8eda commit 792faae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and deserialized using any supported data format.
2828

2929
### Design
3030

31-
Where many other languages rely on runtime reflection for serializing data,
31+
Whereas many other languages rely on runtime reflection for serializing data,
3232
Serde is instead built on Rust's powerful trait system. A data structure that
3333
knows how to serialize and deserialize itself is one that implements Serde's
3434
`Serialize` and `Deserialize` traits (or uses Serde's derive attribute to

0 commit comments

Comments
 (0)