diff --git a/Source/Engine/Debug/DebugLog.h b/Source/Engine/Debug/DebugLog.h index a70fc3d3b..fe3708b46 100644 --- a/Source/Engine/Debug/DebugLog.h +++ b/Source/Engine/Debug/DebugLog.h @@ -19,7 +19,7 @@ public: static void Log(LogType type, const StringView& message); /// - /// A variant of Debug.Log that logs a warning message to the console. + /// A variant of Debug.Log that logs an info message to the console. /// /// The text message to display. FORCE_INLINE static void Log(const StringView& message)