typos
All checks were successful
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-09-13 10:21:52 +02:00
parent 5631372e58
commit 7da7e5329c
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
2 changed files with 4 additions and 8 deletions

View File

@ -20,11 +20,9 @@ Currently, this includes the following components:
# Features # Features
`spacepackets` supports various runtime environments and is also suitable `spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
for suitable for `no_std` environments. It has several features which may be enabled
for disabled.
It also offers support for [`serde`](https://serde.rs/). The Space Paccket, PUS TM and TC It offers support for [`serde`](https://serde.rs/). The Space Packet, PUS TM and TC
implementations derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and implementations derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and
deserializing them with an appropriate `serde` provider like deserializing them with an appropriate `serde` provider like
[`postcard`](https://github.com/jamesmunns/postcard). [`postcard`](https://github.com/jamesmunns/postcard).

View File

@ -14,11 +14,9 @@
//! //!
//! ## Features //! ## Features
//! //!
//! `spacepackets` supports various runtime environments and is also suitable //! `spacepackets` supports various runtime environments and is also suitable for `no_std` environments.
//! for suitable for `no_std` environments. It has several features which may be enabled
//! for disabled.
//! //!
//! It also offers support for [`serde`](https://serde.rs/). The Space Paccket, PUS TM and TC //! It also offers support for [`serde`](https://serde.rs/). The Space Packet, PUS TM and TC
//! implementations derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and //! implementations derive the `serde` `Serialize` and `Deserialize` trait. This allows serializing and
//! deserializing them with an appropriate `serde` provider like //! deserializing them with an appropriate `serde` provider like
//! [`postcard`](https://github.com/jamesmunns/postcard). //! [`postcard`](https://github.com/jamesmunns/postcard).