diff --git a/packages/auto_mappr/README.md b/packages/auto_mappr/README.md index 7edd0ae..c317cbc 100644 --- a/packages/auto_mappr/README.md +++ b/packages/auto_mappr/README.md @@ -724,7 +724,7 @@ with an input -> source sublist of what the converter support. - `Object?` -> `Object?`, when source IS NOT null - `TypeConverter` ... aka `Object? converter(Object) => ...` - `Object` -> `Object?` - - `Object?` -> `Object?` when source IS NOT null + - `Object?` -> `Object?`, when source IS NOT null - `TypeConverter` ... aka `Object converter(Object?) => ...` - `Object` -> `Object` - `Object?` -> `Object`