From b225622eaaf19b14838f376344693105cc72fe26 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 14 Jun 2021 09:31:19 +0200 Subject: [PATCH] Fix typo --- Source/Editor/CustomEditors/LayoutElementsContainer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/CustomEditors/LayoutElementsContainer.cs b/Source/Editor/CustomEditors/LayoutElementsContainer.cs index 6f645789a..d7df2fbb1 100644 --- a/Source/Editor/CustomEditors/LayoutElementsContainer.cs +++ b/Source/Editor/CustomEditors/LayoutElementsContainer.cs @@ -114,7 +114,7 @@ namespace FlaxEditor.CustomEditors } /// - /// Adds new horizontal panel element. + /// Adds new vertical panel element. /// /// The created element. public VerticalPanelElement VerticalPanel()