Ver Fonte

Typo fixed

Matthias Kadenbach há 11 anos atrás
pai
commit
ffc33ec340
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      yaml.go

+ 1 - 1
yaml.go

@@ -78,7 +78,7 @@ type Getter interface {
 //         F int `yaml:"a,omitempty"`
 //         B int
 //     }
-//     var T t
+//     var t T
 //     yaml.Unmarshal([]byte("a: 1\nb: 2"), &t)
 //
 // See the documentation of Marshal for the format of tags and a list of