Fix comment.

This commit is contained in:
Chandler Cox
2024-12-30 16:46:42 -06:00
parent 9219b34dc3
commit 711fc80d8c

View File

@@ -24,7 +24,7 @@ public interface IControlReference
/// <summary>
/// A safe set of the UI Control. Will warn if Control is of the wrong type.
/// </summary>
/// <param name="uiControl"></param>
/// <param name="uiControl">The UIControl to set.</param>
public void Set(UIControl uiControl);
}