diff --git a/Source/Engine/Core/Types/Variant.h b/Source/Engine/Core/Types/Variant.h index cd05fc038..5db8a6a83 100644 --- a/Source/Engine/Core/Types/Variant.h +++ b/Source/Engine/Core/Types/Variant.h @@ -146,7 +146,7 @@ DEFINE_DEFAULT_FORMATTING_VIA_TO_STRING(VariantType); API_STRUCT(InBuild) struct FLAXENGINE_API Variant { /// - /// Thee value type. + /// The value type. /// VariantType Type;