Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 22b5ad0

Browse files
author
James Munns
committed
Consistent front and back
1 parent 652205f commit 22b5ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ We should be able to serve the three use cases listed above, while:
7777

7878
For embedded systems that send or receive data to other devices, or who read/write data to a medium such as an SD card or other Flash memory, it is useful to have automatic serialization and deserialization support to turn structured data into a binary format.
7979

80-
While tools like [`serde`] are widely used in Rust (and already support `no_std`), few of the the frontends (like [`serde_json`]) are supported in a `no_std` environment.
80+
While tools like [`serde`] are widely used in Rust (and already support `no_std`), few of the the backends (like [`serde_json`]) are supported in a `no_std` environment.
8181

8282
[`serde`]: https://github.com/serde-rs/serde
8383
[`serde_json`]: https://github.com/serde-rs/json

0 commit comments

Comments
 (0)