From 03cc28d8e71ed969b21a0824a93dd8e2671e3178 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 12 Nov 2023 17:13:43 -0600 Subject: improve docs a bit --- azalea-client/src/entity_query.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-client/src/entity_query.rs') diff --git a/azalea-client/src/entity_query.rs b/azalea-client/src/entity_query.rs index 484da6f8..42b7b0ca 100644 --- a/azalea-client/src/entity_query.rs +++ b/azalea-client/src/entity_query.rs @@ -56,6 +56,8 @@ impl Client { /// } /// # } /// ``` + /// + /// [`Entity`]: bevy_ecs::entity::Entity pub fn entity_by( &mut self, predicate: impl EntityPredicate, -- cgit v1.2.3