| commit | 1ff37a7d30b085dc643dee7adb18759e3511661a | [log] [tgz] |
|---|---|---|
| author | Gustavo Niemeyer <gustavo@niemeyer.net> | Tue Apr 29 08:43:41 2014 -0700 |
| committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Tue Apr 29 08:43:41 2014 -0700 |
| tree | 71850ad7bed2f11e7f371653a09b978bd40a5eb1 | |
| parent | 72c33f6840f49f9ed7d1faef7562b3266640fdf4 [diff] | |
| parent | 787afde64d7b36591050440c4a14c2288b373de6 [diff] |
Merge pull request #9 from shawnps/v1 Fix comment typo.
diff --git a/yaml.go b/yaml.go index 810a74c..44b0cc6 100644 --- a/yaml.go +++ b/yaml.go
@@ -42,7 +42,7 @@ 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{})