]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix documentation typo (#29209)
authorTsjipTsjip <19798667+TsjipTsjip@users.noreply.github.com>
Wed, 19 Jun 2024 16:15:26 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2024 16:15:26 +0000 (18:15 +0200)
Fix everything.

Content.Shared/Paper/StampComponent.cs

index 04e2410df7cc24c37eee755e94a577ce84d9a003..6a8c3d7b401ab282925b0775dad3284481a74e74 100644 (file)
@@ -34,7 +34,7 @@ public sealed partial class StampComponent : Component
     public string StampedName { get; set; } = "stamp-component-stamped-name-default";
 
     /// <summary>
-    ///     Tne sprite state of the stamp to display on the paper from paper Sprite path.
+    ///     The sprite state of the stamp to display on the paper from paper Sprite path.
     /// </summary>
     [DataField("stampState")]
     public string StampState { get; set; } = "paper_stamp-generic";