Skip to content

Commit d055d49

Browse files
authored
Typo fix in utils.dart (google#1363)
Found and fixed a minor typo in utils.dart
1 parent 85e8364 commit d055d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_serializable/lib/src/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ T enumValueForDartObject<T>(
4848
) =>
4949
items[source.getField('index')!.toIntValue()!];
5050

51-
/// Return an instance of [JsonSerializable] corresponding to a the provided
51+
/// Return an instance of [JsonSerializable] corresponding to the provided
5252
/// [reader].
5353
// #CHANGE WHEN UPDATING json_annotation
5454
JsonSerializable _valueForAnnotation(ConstantReader reader) => JsonSerializable(

0 commit comments

Comments
 (0)