Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur committed Jul 24, 2023
1 parent a31e781 commit 1fc3d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world/entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Allocator {
Ok(())
}

/// Kills and entity atomically (will be updated when the allocator is
/// Kills an entity atomically (will be updated when the allocator is
/// maintained).
pub fn kill_atomic(&self, e: Entity) -> Result<(), WrongGeneration> {
if !self.is_alive(e) {
Expand Down

0 comments on commit 1fc3d1f

Please sign in to comment.