Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jen Tak <[email protected]>
  • Loading branch information
strohel and goodhoko authored Aug 8, 2024
1 parent 8aee172 commit b336f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ impl SystemHandle {

/// Publish an event. All actors that have previously subscribed to the type will receive it.
///
/// The event will be cached if it implements [`CacheableEvent`]. Actors that will subscribe
/// The event will be cached if it implements [`CacheableEvent`]. Actors that will subscribe to
/// such an event type in future may choose to receive the last cached event upon subscription.
///
/// When sending to some subscriber fails, others are still tried and vec of errors is returned.
Expand Down

0 comments on commit b336f5f

Please sign in to comment.