From 959ab7a4441708bab5f6d5ffd486a1beeca162eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 23 Nov 2019 16:38:16 +0100 Subject: [PATCH] Math: haha whoops. --- src/Magnum/Math/Quaternion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Math/Quaternion.h b/src/Magnum/Math/Quaternion.h index a270e210f..a419be10b 100644 --- a/src/Magnum/Math/Quaternion.h +++ b/src/Magnum/Math/Quaternion.h @@ -403,7 +403,7 @@ template class Quaternion { * @brief Convert to an euler vector * @m_since_latest * - * Expects that the quaternion is normalized. Returs the angles in an + * Expects that the quaternion is normalized. Returns the angles in an * XYZ order, you can combine them back to a quaternion like this: * * @snippet MagnumMath.cpp Quaternion-fromEuler