fix doc: wrong function name
This commit is contained in:
parent
1aa24035fc
commit
20c0f6b02b
|
@ -1,6 +1,6 @@
|
|||
package common
|
||||
|
||||
// IsValidRegion returns true if the supplied region is a valid AWS
|
||||
// ValidateRegion returns true if the supplied region is a valid AWS
|
||||
// region and false if it's not.
|
||||
func ValidateRegion(region string) bool {
|
||||
var regions = [12]string{
|
||||
|
|
Loading…
Reference in New Issue