Skip to content

Commit

Permalink
Fix Decorder doc typo (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunnie authored and niemeyer committed Nov 5, 2019
1 parent 1ed5951 commit 770b8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml.go
Expand Up @@ -89,7 +89,7 @@ func UnmarshalStrict(in []byte, out interface{}) (err error) {
return unmarshal(in, out, true)
}

// A Decorder reads and decodes YAML values from an input stream.
// A Decoder reads and decodes YAML values from an input stream.
type Decoder struct {
strict bool
parser *parser
Expand Down

0 comments on commit 770b8da

Please sign in to comment.