Skip to content

Commit

Permalink
Fix Unmarshaler interface description
Browse files Browse the repository at this point in the history
  • Loading branch information
IakovLeven authored Nov 21, 2024
1 parent 141f9c7 commit 46715aa
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 46715aa

Please sign in to comment.