Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith committed Dec 23, 2023
1 parent 9b78e10 commit 44e0eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ impl World {
})
}

/// Query a single entity in a uniquely borrow world
/// Query a single entity in a uniquely borrowed world
///
/// Like [`query_one`](Self::query_one), but faster because dynamic borrow checks can be
/// skipped. Note that, unlike [`query_one`](Self::query_one), on success this returns the
Expand Down

0 comments on commit 44e0eb8

Please sign in to comment.