Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 authored May 11, 2024
1 parent 8274bac commit 865a9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub mod collections;
/// # Entities
///
/// Entities are unique identifiers that have no intrinsic properties on their own. They are just
/// identities used to keep track of components attached to them. In Xanadu, entities are just
/// identifiers used to keep track of components attached to them. In Xanadu, entities are just
/// [`GenerationalId`](collections::GenerationalId)s.
///
/// # Components
Expand Down

0 comments on commit 865a9cc

Please sign in to comment.