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.
2 parents 08d6bb7 + 3dfd962 commit e5eef16Copy full SHA for e5eef16
pkg/demoinfocs/events/events.go
@@ -510,7 +510,7 @@ func (ru RankUpdate) SteamID64() uint64 {
510
return common.ConvertSteamID32To64(uint32(ru.SteamID32))
511
}
512
513
-// 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.
514
// For example chickens.
515
type OtherDeath struct {
516
Killer *common.Player // May be nil
0 commit comments