Skip to content

Commit

Permalink
Merge pull request #405 from IakovLeven/patch-1
Browse files Browse the repository at this point in the history
Fix Unmarshaler interface description
  • Loading branch information
rvasily authored Dec 14, 2024
2 parents d48874a + 46715aa commit c2f6bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Marshaler interface {
MarshalEasyJSON(w *jwriter.Writer)
}

// Marshaler is an easyjson-compatible unmarshaler interface.
// Unmarshaler is an easyjson-compatible unmarshaler interface.
type Unmarshaler interface {
UnmarshalEasyJSON(w *jlexer.Lexer)
}
Expand Down

0 comments on commit c2f6bad

Please sign in to comment.