chore: fix typos in rust code comment or error message

This commit is contained in:
Gwen Lg
2026-01-27 17:11:31 +01:00
parent 4650fbd49c
commit e331f88c85
16 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
//!
//! Of particular interest, read the documentation for the `netapp::NetApp` type,
//! the `message::Message` trait, and `proto::RequestPriority` to learn more
//! about message priorization.
//! about message prioritization.
//! Also check out the examples to learn how to use this crate.
pub mod bytes_buf;
+1 -1
View File
@@ -14,7 +14,7 @@ use crate::util::*;
/// Priority of a request (click to read more about priorities).
///
/// This priority value is used to priorize messages
/// This priority value is used to prioritize messages
/// in the send queue of the client, and their responses in the send queue of the
/// server. Lower values mean higher priority.
///