aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-entity/src/lib.rs b/azalea-entity/src/lib.rs
index bc12e64c..c67817f3 100644
--- a/azalea-entity/src/lib.rs
+++ b/azalea-entity/src/lib.rs
@@ -229,7 +229,7 @@ pub struct Dead;
/// coordinates.
///
/// This is used to calculate the camera position for players, when spectating
-/// an entity, and when raytracing from the entity.
+/// an entity, and when raycasting from the entity.
#[derive(Component, Clone, Copy, Debug, PartialEq, Deref, DerefMut)]
pub struct EyeHeight(f32);
impl From<EyeHeight> for f32 {