Minor cleanup

This commit is contained in:
Wojtek Figat
2024-10-17 23:43:07 +02:00
parent c94052513e
commit 91d86552cd
2 changed files with 10 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ API_CLASS(static) class FLAXENGINE_API DebugCommands
public:
/// <summary>
/// Executees the command.
/// Executes the command.
/// </summary>
/// <param name="command">The command line (optionally with arguments).</param>
API_FUNCTION() static void Execute(StringView command);