From 44e0eb8582ca4ddcb875ced9b89220fad7b8fc62 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sat, 23 Dec 2023 14:32:03 -0800 Subject: [PATCH] Fix typo --- src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.rs b/src/world.rs index 02748c8c..8118ab6a 100644 --- a/src/world.rs +++ b/src/world.rs @@ -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