]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix docstring typo starts -> stops (#40031)
authorTravis Reid <86178026+Travis-G-Reid@users.noreply.github.com>
Mon, 1 Sep 2025 00:32:59 +0000 (19:32 -0500)
committerGitHub <noreply@github.com>
Mon, 1 Sep 2025 00:32:59 +0000 (02:32 +0200)
Content.Shared/Movement/Pulling/Events/PullStoppedMessage.cs

index 6df4d1748392aff237a7dfd8517f88dbe311889e..7c367f29514f20735d86770543c05a9c1a3dbb77 100644 (file)
@@ -1,6 +1,6 @@
-namespace Content.Shared.Movement.Pulling.Events;
+namespace Content.Shared.Movement.Pulling.Events;
 
 /// <summary>
-/// Event raised directed BOTH at the puller and pulled entity when a pull starts.
+/// Event raised directed BOTH at the puller and pulled entity when a pull stops.
 /// </summary>
 public sealed class PullStoppedMessage(EntityUid pullerUid, EntityUid pulledUid) : PullMessage(pullerUid, pulledUid);