Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sowbug committed Sep 13, 2023
1 parent e0149dc commit 4c138cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mini/entity_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl Default for EntityFactory {
}
}
impl EntityFactory {
/// Specifies the range of [Uid]s that [EntityFactory] will never issue.
/// Specifies the range of [Uid]s that [EntityFactory] will never issue.
pub const MAX_RESERVED_UID: usize = 1023;

/// Provides the one and only [EntityFactory].
Expand Down

0 comments on commit 4c138cc

Please sign in to comment.