Skip to content

Commit bdbf36c

Browse files
committed
fix: Correct doc according to @Timmy80 code review
Signed-off-by: Jeremy HERGAULT <[email protected]>
1 parent 1355993 commit bdbf36c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prosa/src/core/error.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ impl ProcError for openssl::error::ErrorStack {
8080
/// Error define for ProSA bus error (for message exchange)
8181
#[derive(Debug, Eq, thiserror::Error, PartialEq)]
8282
pub enum BusError {
83-
/// Error that indicate the queue can forward the internal main message
83+
/// Error that indicate the queue can't forward the internal main message
8484
#[error("The Queue can't send the internal main message {0}, proc_id={1}, reason={2}")]
8585
InternalMainQueue(String, u32, String),
8686

87-
/// Error that indicate the queue can forward the internal message
87+
/// Error that indicate the queue can't forward the internal message
8888
#[error("The Queue can't send the internal message: {0}")]
8989
InternalQueue(String),
9090

91-
/// Error that indicate the queue can forward the internal message
91+
/// Error that indicate the queue can't forward the internal message
9292
#[error("The Processor {0}/{1} can't be contacted: {2}")]
9393
ProcComm(u32, u32, String),
9494

0 commit comments

Comments
 (0)