From 2b04a39852dba273969378bd3b58ca293a7903cc Mon Sep 17 00:00:00 2001 From: Charles Bournhonesque Date: Tue, 2 Jan 2024 17:56:09 -0500 Subject: [PATCH] Update action-diff-system docstring (#434) --- src/systems.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.