diff --git a/internal/modifiers/global_modifiers.go b/internal/modifiers/global_modifiers.go index 9b10bcb..e4292cd 100644 --- a/internal/modifiers/global_modifiers.go +++ b/internal/modifiers/global_modifiers.go @@ -17,7 +17,7 @@ func init() { // These are the builtin modifiers: - // This one is useful for serializing/desserializing structs: + // This one is useful for serializing/deserializing structs: modifiers.Store("json", jsonModifier) modifiers.Store("json/nullable", jsonNullableModifier)