diff --git a/src/lib.rs b/src/lib.rs index 3ef3381..d17d37a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.