Fix docstring

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

View File

@ -328,7 +328,7 @@ end
--- Retrieves sounds for biome. --- Retrieves sounds for biome.
-- --
-- @function sounds:get_biome_sounds -- @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 -- @return `SoundGroup` or `nil`. If biome parameter is `nil`, then all registered biome
-- sound groups are returned. -- sound groups are returned.
sounds.get_biome_sounds = function(self, biome) sounds.get_biome_sounds = function(self, biome)