Merge pull request #405 from IakovLeven/patch-1

Fix Unmarshaler interface description
This commit is contained in:
Vasily Romanov
2024-12-14 20:58:47 +03:00
committed by GitHub
+1 -1
View File
@@ -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)
}