From 711fc80d8cf1f9bb4ffab59bd762e512c2085837 Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Mon, 30 Dec 2024 16:46:42 -0600 Subject: [PATCH] Fix comment. --- Source/Engine/UI/ControlReference.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/UI/ControlReference.cs b/Source/Engine/UI/ControlReference.cs index 84d79f3c0..b05f73682 100644 --- a/Source/Engine/UI/ControlReference.cs +++ b/Source/Engine/UI/ControlReference.cs @@ -24,7 +24,7 @@ public interface IControlReference /// /// A safe set of the UI Control. Will warn if Control is of the wrong type. /// - /// + /// The UIControl to set. public void Set(UIControl uiControl); }