diff --git a/api.lua b/api.lua index f6e3b6a..0f231a3 100644 --- a/api.lua +++ b/api.lua @@ -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)