aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/nearest_entity.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/nearest_entity.rs b/azalea/src/nearest_entity.rs
index 3dc32adc..afa4d312 100644
--- a/azalea/src/nearest_entity.rs
+++ b/azalea/src/nearest_entity.rs
@@ -16,7 +16,7 @@ use bevy_ecs::{
/// applied filter.
///
/// ```
-/// use azalea::{chat::SendChatEvent, nearest_entity::EntityFinder};
+/// use azalea::{client_chat::SendChatEvent, nearest_entity::EntityFinder};
/// use azalea_entity::{
/// LocalEntity,
/// metadata::{AbstractMonster, Player},