Skip to content

Commit

Permalink
docs(core/context): clarify unbounded_send()
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Aug 5, 2024
1 parent db81827 commit c7f8dd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elfo-core/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ impl<C, K> Context<C, K> {
///
/// 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
/// ```
Expand Down Expand Up @@ -571,7 +571,7 @@ impl<C, K> Context<C, K> {
///
/// 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
/// ```
Expand Down

0 comments on commit c7f8dd5

Please sign in to comment.