From d6cf74dfd67727f064c8267a28efd4eea3629309 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 13 Sep 2021 01:59:49 -0700 Subject: [PATCH] Fix docstring --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)