some doc typos

This commit is contained in:
Robin Müller 2022-09-11 16:30:47 +02:00
parent 0511a91997
commit 5b7e18a860
No known key found for this signature in database
GPG Key ID: 9C287E88FED11DF3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
//! embedded environments. The pool implementation will also track the size of the data stored
//! inside it.
//!
//! Transaction with the [pool][LocalPool] are done using a special [address][StoreAddr] type.
//! Transactions with the [pool][LocalPool] are done using a special [address][StoreAddr] type.
//! Adding any data to the pool will yield a store address. Modification and read operations are
//! done using a reference to a store address. Deletion will consume the store address.
//!

View File

@ -10,7 +10,7 @@
//! # Examples
//!
//! Basic single-threaded example where a full success sequence for a given ping telecommand is
//! executed. Note that the verification port could also be done in a separate thread.
//! executed. Note that the verification part could also be done in a separate thread.
//!
//! ```
//! use std::sync::{Arc, RwLock};