Skip to content

Commit e603d55

Browse files
committed
cleanup
1 parent f8c36f9 commit e603d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_serialization/format.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ template createJsonFlavor*(FlavorName: untyped,
130130

131131
generateJsonAutoSerializationAddon(FlavorName)
132132

133-
# Set if default to true for backward compatibility
133+
# Set default to true for backward compatibility
134134
# but user can call it again later with different value.
135135
# Or fine tuning use `Flavor.automaticSerialization(type, true/false)`
136136
FlavorName.automaticBuiltinSerialization(true)

0 commit comments

Comments
 (0)