aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/entity_ref/shared_impls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src/entity_ref/shared_impls.rs')
-rw-r--r--azalea/src/entity_ref/shared_impls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/src/entity_ref/shared_impls.rs b/azalea/src/entity_ref/shared_impls.rs
index 79396f56..ae3ef42a 100644
--- a/azalea/src/entity_ref/shared_impls.rs
+++ b/azalea/src/entity_ref/shared_impls.rs
@@ -118,7 +118,7 @@ impl_entity_functions! {
///
/// This is a shortcut for `**self.component::<MinecraftEntityId>()`.
EntityRef:
- /// Get the Minecraft UUID of this entity.
+ /// Get the Minecraft ID of this entity.
///
/// See [`MinecraftEntityId`] for more details. For persistent identifiers,
/// consider using [`Self::uuid`] instead.