Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnake0 committed May 17, 2020
1 parent 3a73b57 commit 5746a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard_compatible.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ func Valid(data []byte) bool {
return b
}

func UnamrshalFromReader(r io.Reader, o interface{}) error {
func UnmarshalFromReader(r io.Reader, o interface{}) error {
return DefaultDecoder.UnmarshalFromReader(r, o)
}

0 comments on commit 5746a26

Please sign in to comment.