Merge pull request #2165 from kevinetc123/patch-1

fix some misspells
This commit is contained in:
Derek McGowan 2017-05-24 11:18:20 -07:00 committed by GitHub
commit a1576d6e21
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ type Health struct {
type v0_1Configuration Configuration
// UnmarshalYAML implements the yaml.Unmarshaler interface
// Unmarshals a string of the form X.Y into a Version, validating that X and Y can represent uints
// Unmarshals a string of the form X.Y into a Version, validating that X and Y can represent unsigned integers
func (version *Version) UnmarshalYAML(unmarshal func(interface{}) error) error {
var versionString string
err := unmarshal(&versionString)