瀏覽代碼

Merge pull request #9 from shawnps/v1

Fix comment typo.
Gustavo Niemeyer 12 年之前
父節點
當前提交
1ff37a7d30
共有 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{})