diff --git a/src/systems.rs b/src/systems.rs index ff12e8f8..a8d91c24 100644 --- a/src/systems.rs +++ b/src/systems.rs @@ -287,7 +287,7 @@ pub fn generate_action_diffs( } } -/// Generates an [`Events`] stream of [`ActionDiff`] from [`ActionState`] +/// Processes an [`Events`] stream of [`ActionDiff`] to update an [`ActionState`] /// /// The `ID` generic type should be a stable entity identifier, /// suitable to be sent across a network.