Fix docstring

This commit is contained in:
Jordan Irwin 2021-09-13 01:59:49 -07:00
parent 6c65083199
commit d6cf74dfd6

@ -328,7 +328,7 @@ end
--- Retrieves sounds for biome.
--
-- @function sounds:get_biome_sounds
-- @tparam[opt] biome Biome name.
-- @tparam[opt] string biome Biome name.
-- @return `SoundGroup` or `nil`. If biome parameter is `nil`, then all registered biome
-- sound groups are returned.
sounds.get_biome_sounds = function(self, biome)