From 1dd0327d73de69b1f240d723fa5e12bd375f63b5 Mon Sep 17 00:00:00 2001 From: RadioMull <147113069+RadioMull@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:36:17 -0400 Subject: [PATCH] Fix typo (#20772) --- .../Client/UserInterface/Controls/ListContainerTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Tests/Client/UserInterface/Controls/ListContainerTest.cs b/Content.Tests/Client/UserInterface/Controls/ListContainerTest.cs index d7303470693..690bda505cc 100644 --- a/Content.Tests/Client/UserInterface/Controls/ListContainerTest.cs +++ b/Content.Tests/Client/UserInterface/Controls/ListContainerTest.cs @@ -80,7 +80,7 @@ public void TestOnlyVisibleItemsAreAdded() { /* * 6 items * 10 height + 5 separation * 3 height = 75 - * One items should be off the render + * One item should be off the render * 0 13 26 39 52 65 | 75 height */ var root = new Control { MinSize = new Vector2(50, 60) };