Fix Unmarshaler interface description

This commit is contained in:
IakovLeven
2024-11-21 10:22:44 +03:00
committed by GitHub
parent 141f9c7d7f
commit 46715aab06
+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)
}