diff --git a/json_serializable/lib/src/utils.dart b/json_serializable/lib/src/utils.dart index 941b7492..c8c727f7 100644 --- a/json_serializable/lib/src/utils.dart +++ b/json_serializable/lib/src/utils.dart @@ -48,7 +48,7 @@ T enumValueForDartObject( ) => items[source.getField('index')!.toIntValue()!]; -/// Return an instance of [JsonSerializable] corresponding to a the provided +/// Return an instance of [JsonSerializable] corresponding to the provided /// [reader]. // #CHANGE WHEN UPDATING json_annotation JsonSerializable _valueForAnnotation(ConstantReader reader) => JsonSerializable(