diff --git a/agb-fixnum/src/lib.rs b/agb-fixnum/src/lib.rs index e9f427b6..d61852ae 100644 --- a/agb-fixnum/src/lib.rs +++ b/agb-fixnum/src/lib.rs @@ -1142,7 +1142,7 @@ impl Vector2D { /// let dot = v1.cross(v2); /// assert_eq!(dot, -2); /// ``` - /// The cross product for vectors *A* and *B* is defined as + /// The *z* component cross product for vectors *A* and *B* is defined as /// > *A**x* × *B**y* - *A**y* × *B**x*. /// ///