Skip to content

Commit

Permalink
Update action-diff-system docstring (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
cBournhonesque authored Jan 2, 2024
1 parent 135fb47 commit 2b04a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ pub fn generate_action_diffs<A: Actionlike, ID: Eq + Clone + Component + Hash>(
}
}

/// 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.
Expand Down

0 comments on commit 2b04a39

Please sign in to comment.