From 7da7e5329c23da4d9c3d233a94d2e1a9788f830c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 13 Sep 2022 10:21:52 +0200 Subject: [PATCH] typos --- README.md | 6 ++---- src/lib.rs | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 469eb36..ef45886 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,9 @@ Currently, this includes the following components: # Features -`spacepackets` supports various runtime environments and is also suitable -for suitable for `no_std` environments. It has several features which may be enabled -for disabled. +`spacepackets` supports various runtime environments and is also suitable for `no_std` environments. -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 deserializing them with an appropriate `serde` provider like [`postcard`](https://github.com/jamesmunns/postcard). diff --git a/src/lib.rs b/src/lib.rs index fb2a6e5..3815ca3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,11 +14,9 @@ //! //! ## Features //! -//! `spacepackets` supports various runtime environments and is also suitable -//! for suitable for `no_std` environments. It has several features which may be enabled -//! for disabled. +//! `spacepackets` supports various runtime environments and is also suitable for `no_std` environments. //! -//! 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 //! deserializing them with an appropriate `serde` provider like //! [`postcard`](https://github.com/jamesmunns/postcard).