We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e8364 commit d055d49Copy full SHA for d055d49
json_serializable/lib/src/utils.dart
@@ -48,7 +48,7 @@ T enumValueForDartObject<T>(
48
) =>
49
items[source.getField('index')!.toIntValue()!];
50
51
-/// Return an instance of [JsonSerializable] corresponding to a the provided
+/// Return an instance of [JsonSerializable] corresponding to the provided
52
/// [reader].
53
// #CHANGE WHEN UPDATING json_annotation
54
JsonSerializable _valueForAnnotation(ConstantReader reader) => JsonSerializable(
0 commit comments