Fix docstring typo starts -> stops (#40031)

This commit is contained in:
Travis Reid 2025-08-31 19:32:59 -05:00 committed by Vanessa
parent 473e3f7fa7
commit 76c54acfd2
1 changed files with 2 additions and 2 deletions

View 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);