Cleanup: correct function name in docstring
This commit is contained in:
parent
894058bc69
commit
af0389efc6
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user