From b30612b2af0cf9903240ac3e71dce0e6a781ec89 Mon Sep 17 00:00:00 2001 From: Soper Date: Tue, 29 Jun 2021 21:17:08 -0400 Subject: [PATCH] fixed grammar in documentation --- src/xyz/soper/arty/util/ArtyMath.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xyz/soper/arty/util/ArtyMath.java b/src/xyz/soper/arty/util/ArtyMath.java index 439a69c..7d19401 100644 --- a/src/xyz/soper/arty/util/ArtyMath.java +++ b/src/xyz/soper/arty/util/ArtyMath.java @@ -24,7 +24,7 @@ public class ArtyMath { /** * Calculates angle from east of the vector. * Uses Minecraft coordinate styling for angle measures - * e.g. pi/2 is south (+z) and 3pi/2 is north (-z) + * i.e. pi/2 is south (+z) and 3pi/2 is north (-z) * @param vector Vector to calculate angle from * @return Angle from east in radians */