From 518ce457dff817d080cdca14fe93e3aa72fa8b86 Mon Sep 17 00:00:00 2001 From: Ruan Lucas <79365912+RuanLucasGD@users.noreply.github.com> Date: Tue, 2 May 2023 08:56:18 -0400 Subject: [PATCH] fix doc --- Source/Editor/CustomEditors/Elements/ComboBoxElement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/CustomEditors/Elements/ComboBoxElement.cs b/Source/Editor/CustomEditors/Elements/ComboBoxElement.cs index b9bda5985..3e3f34e07 100644 --- a/Source/Editor/CustomEditors/Elements/ComboBoxElement.cs +++ b/Source/Editor/CustomEditors/Elements/ComboBoxElement.cs @@ -6,7 +6,7 @@ using FlaxEngine.GUI; namespace FlaxEditor.CustomEditors.Elements { /// - /// The combobx element. + /// The combobox element. /// /// public class ComboBoxElement : LayoutElement