Просмотр исходного кода

Merge branch 'v1' of github.com:go-yaml/yaml into v1

Gustavo Niemeyer 12 лет назад
Родитель
Сommit
b0c168ac0c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      yaml.go

+ 1 - 1
yaml.go

@@ -42,7 +42,7 @@ type Setter interface {
 	SetYAML(tag string, value interface{}) bool
 }
 
-// The Setter interface is implemented by types to do their own custom
+// The Getter interface is implemented by types to do their own custom
 // marshalling into a YAML tag and value.
 type Getter interface {
 	GetYAML() (tag string, value interface{})