]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix typo (#20772)
authorRadioMull <147113069+RadioMull@users.noreply.github.com>
Wed, 11 Oct 2023 06:36:17 +0000 (02:36 -0400)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 06:36:17 +0000 (22:36 -0800)
Content.Tests/Client/UserInterface/Controls/ListContainerTest.cs

index d730347069316b77e85691ed378cf7159a5cfec9..690bda505cc3adda03fff8da80168a8d08d07498 100644 (file)
@@ -80,7 +80,7 @@ public sealed class ListContainerTest : RobustUnitTest
     {
         /*
          * 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) };