From b1392be3a1721bfb11af6601004a6b36196dbb78 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 30 Jan 2025 22:48:07 +0100 Subject: [PATCH] Fix typo --- Source/Engine/Core/Types/Variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;