We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c065873 commit 3dfd962Copy full SHA for 3dfd962
pkg/demoinfocs/events/events.go
@@ -504,7 +504,7 @@ type RankUpdate struct {
504
Player *common.Player // may be nil if the player has already disconnected
505
}
506
507
-// OtherDeath signals that there has occured a death of something that is not a player.
+// OtherDeath signals that there has occurred a death of something that is not a player.
508
// For example chickens.
509
type OtherDeath struct {
510
Killer *common.Player // May be nil
0 commit comments