Typo in conversion Godoc

This commit is contained in:
Clayton Coleman 2014-10-26 22:21:11 -04:00
parent dc7e3d6601
commit 52b582271b

View File

@ -220,7 +220,7 @@ func (s *Scheme) generateConvertMeta(srcVersion, destVersion string) *Meta {
}
// DataVersionAndKind will return the APIVersion and Kind of the given wire-format
// enconding of an API Object, or an error.
// encoding of an API Object, or an error.
func (s *Scheme) DataVersionAndKind(data []byte) (version, kind string, err error) {
return s.MetaFactory.Interpret(data)
}