Skip to content

Commit 190f8b1

Browse files
authored
typo fix (#1305)
typo fix
1 parent b2ea4bf commit 190f8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_annotation/lib/src/json_serializable.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class JsonSerializable {
8888
final bool? createFieldMap;
8989

9090
/// If `true` (defaults to false), a private, static `_$ExamplePerFieldToJson`
91-
/// abstract class will be geenrated in the part file.
91+
/// abstract class will be generated in the part file.
9292
///
9393
/// This abstract class will contain one static function per property,
9494
/// exposing a way to encode only this property instead of the entire object.

0 commit comments

Comments
 (0)