We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48874a + 46715aa commit c2f6badCopy full SHA for c2f6bad
helpers.go
@@ -17,7 +17,7 @@ type Marshaler interface {
17
MarshalEasyJSON(w *jwriter.Writer)
18
}
19
20
-// Marshaler is an easyjson-compatible unmarshaler interface.
+// Unmarshaler is an easyjson-compatible unmarshaler interface.
21
type Unmarshaler interface {
22
UnmarshalEasyJSON(w *jlexer.Lexer)
23
0 commit comments