| commit | 787afde64d7b36591050440c4a14c2288b373de6 | [log] [tgz] |
|---|---|---|
| author | Shawn Smith <shawnpsmith@gmail.com> | Tue Apr 29 21:31:57 2014 +0900 |
| committer | Shawn Smith <shawnpsmith@gmail.com> | Tue Apr 29 21:31:57 2014 +0900 |
| tree | 71850ad7bed2f11e7f371653a09b978bd40a5eb1 | |
| parent | 72c33f6840f49f9ed7d1faef7562b3266640fdf4 [diff] |
Fix 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{})