diff --git a/elfo-core/src/context.rs b/elfo-core/src/context.rs index ef8d870d..8df2a48a 100644 --- a/elfo-core/src/context.rs +++ b/elfo-core/src/context.rs @@ -309,7 +309,7 @@ impl Context { /// /// It's possible to send requests if the response is not needed. /// - /// Returns `Err` if the message hasn't reached mailboxes or they are full. + /// Returns `Err` if the message hasn't reached mailboxes. /// /// # Example /// ``` @@ -571,7 +571,7 @@ impl Context { /// /// It's possible to send requests if the response is not needed. /// - /// Returns `Err` if the message hasn't reached mailboxes or they are full. + /// Returns `Err` if the message hasn't reached mailboxes. /// /// # Example /// ```