diff --git a/src/api/java/baritone/api/utils/Rotation.java b/src/api/java/baritone/api/utils/Rotation.java index 2ae67e7ae..a45cc32dc 100644 --- a/src/api/java/baritone/api/utils/Rotation.java +++ b/src/api/java/baritone/api/utils/Rotation.java @@ -161,7 +161,7 @@ public class Rotation { /** * Gets the distance between a starting yaw and an offset yaw. - * Distance can be negative if the offset yaw is left of the starting yaw. + * Distance can be negative if the offset yaw is behind of the starting yaw. * * @param yaw The initial yaw * @param offsetYaw The offset yaw