diff --git a/Source/Engine/Core/Math/Mathf.cs b/Source/Engine/Core/Math/Mathf.cs index 93e0ff8a4..488c46777 100644 --- a/Source/Engine/Core/Math/Mathf.cs +++ b/Source/Engine/Core/Math/Mathf.cs @@ -6,7 +6,7 @@ using System.ComponentModel; namespace FlaxEngine { /// - /// A collection of common math functions. + /// A collection of common math functions on single floating-points. /// [HideInEditor] public static class Mathf