Skip to content

Commit c2f6bad

Browse files
authoredDec 14, 2024··
Merge pull request #405 from IakovLeven/patch-1
Fix Unmarshaler interface description
2 parents d48874a + 46715aa commit c2f6bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Marshaler interface {
1717
MarshalEasyJSON(w *jwriter.Writer)
1818
}
1919

20-
// Marshaler is an easyjson-compatible unmarshaler interface.
20+
// Unmarshaler is an easyjson-compatible unmarshaler interface.
2121
type Unmarshaler interface {
2222
UnmarshalEasyJSON(w *jlexer.Lexer)
2323
}

0 commit comments

Comments
 (0)
Please sign in to comment.