Fix misspelled global

This commit is contained in:
Jordan Irwin 2021-08-12 07:16:24 -07:00
parent c4f6ffa5a7
commit 55c01129da
2 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ sounds.leaves = SoundGroup({
--- @sndgroup sounds.match
-- @snd match_ignite
sound.match = SoundGroup({
sounds.match = SoundGroup({
"match_ignite",
})

View File

@ -603,7 +603,7 @@ sounds.vulture = SoundGroup({
"vulture",
})
--- @sndgroup sound.woodpecker
--- @sndgroup sounds.woodpecker
-- @snd woodpecker_peck
sounds.woodpecker = SoundGroup({
"woodpecker_peck",