some doc typos

This commit is contained in:
2022-09-11 16:30:47 +02:00
parent 0511a91997
commit 5b7e18a860
2 changed files with 2 additions and 2 deletions

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};