From fdc9e64cbef4aa8c8ccccd75d6264b42c6317e53 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 22 Dec 2022 12:28:18 +0000 Subject: [PATCH] Remove trailing whitespace in QuaternionExtensions --- X10D/src/Numerics/QuaternionExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X10D/src/Numerics/QuaternionExtensions.cs b/X10D/src/Numerics/QuaternionExtensions.cs index 89d576e..2ad4fe4 100644 --- a/X10D/src/Numerics/QuaternionExtensions.cs +++ b/X10D/src/Numerics/QuaternionExtensions.cs @@ -52,7 +52,7 @@ public static class QuaternionExtensions } /// - /// Converts this quaternion to a containing an Euler representation of the rotation. + /// Converts this quaternion to a containing an Euler representation of the rotation. /// /// The quaternion to convert. /// The Euler representation of , in radians.