Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tenhobi committed Oct 30, 2023
1 parent 246db16 commit e11f662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auto_mappr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ with an input -> source sublist of what the converter support.
- `Object?` -> `Object?`, when source IS NOT null
- `TypeConverter<Object, Object?>` ... aka `Object? converter(Object) => ...`
- `Object` -> `Object?`
- `Object?` -> `Object?` when source IS NOT null
- `Object?` -> `Object?`, when source IS NOT null
- `TypeConverter<Object?, Object>` ... aka `Object converter(Object?) => ...`
- `Object` -> `Object`
- `Object?` -> `Object`
Expand Down

0 comments on commit e11f662

Please sign in to comment.