Cleanup: correct function name in docstring

This commit is contained in:
Sybren A. Stüvel 2022-07-21 16:29:23 +02:00
parent 894058bc69
commit af0389efc6

View File

@ -412,7 +412,7 @@ func (c *Conf) ExpandVariables(valueToExpand string, audience VariableAudience,
return valueToExpand return valueToExpand
} }
// GetVariables returns the variable values for this (audience, platform) combination. // getVariables returns the variable values for this (audience, platform) combination.
// If no variables are found, just returns an empty map. If a value is defined // If no variables are found, just returns an empty map. If a value is defined
// for both the "all" platform and specifically the given platform, the specific // for both the "all" platform and specifically the given platform, the specific
// platform definition wins. // platform definition wins.