diff --git a/src/main/java/com/sk89q/worldedit/Vector.java b/src/main/java/com/sk89q/worldedit/Vector.java index 13dbb2428..a1bcd7991 100644 --- a/src/main/java/com/sk89q/worldedit/Vector.java +++ b/src/main/java/com/sk89q/worldedit/Vector.java @@ -496,10 +496,10 @@ public class Vector { } /** - * Gets the dot product of this and another vector. + * Gets the cross product of this and another vector. * * @param other - * @return the dot product of this and the other vector + * @return the cross product of this and the other vector */ public Vector cross(Vector other) { return new Vector(