From cf951fd6333e3b89ff04c2fedf99f49ac7ab5f98 Mon Sep 17 00:00:00 2001 From: Charles Bournhonesque Date: Tue, 2 Jan 2024 17:42:25 -0500 Subject: [PATCH] Update action-diff-system docstring --- 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.