diff options
author | Marc Mutz <[email protected]> | 2025-07-02 14:25:47 +0200 |
---|---|---|
committer | Marc Mutz <[email protected]> | 2025-07-02 20:28:03 +0200 |
commit | 0344d817d25cdaa19b80513d5fc517871daa13c0 (patch) | |
tree | 9d95f8bd76d4683e3b6ec330f029f2e76a780a8f | |
parent | 4316e9a67ff7993bd3e097f660c4fdc516d5a125 (diff) |
[docs] QQuaternion: fix grammar
"Angles" are plural, so the verb has to be in plural form, too.
Amends 88142e73d5e062cf26638511a42140b59ef736cc.
Pick-to: 6.10 6.9 6.8 6.5
Change-Id: Ic19ba9de8b7f33fafb35eff7f256698ebf4b8443
Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r-- | src/gui/math3d/qquaternion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/math3d/qquaternion.cpp b/src/gui/math3d/qquaternion.cpp index 3454b498804..8f517ad5bed 100644 --- a/src/gui/math3d/qquaternion.cpp +++ b/src/gui/math3d/qquaternion.cpp @@ -421,7 +421,7 @@ QQuaternion QQuaternion::fromAxisAndAngle \since 5.5 Calculates roll, pitch, and yaw Euler angles (in degrees) - that corresponds to this quaternion. + that correspond to this quaternion. \sa fromEulerAngles() */ |