Skip to content

Commit

Permalink
Typo fix in utils.dart
Browse files Browse the repository at this point in the history
Found and fixed a minor typo in utils.dart
  • Loading branch information
Serena867 authored Oct 22, 2023
1 parent 85e8364 commit e5abc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_serializable/lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ T enumValueForDartObject<T>(
) =>
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(
Expand Down

0 comments on commit e5abc83

Please sign in to comment.