Skip to content

Commit

Permalink
fix RowDataFieldType intakes doc
Browse files Browse the repository at this point in the history
Signed-off-by: derdilla <[email protected]>
  • Loading branch information
derdilla committed Aug 7, 2024
1 parent dbe3acc commit 7522eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/model/export_import/import_field_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum RowDataFieldType {
///
/// Backwards compatability with [MeasurementNeedlePin] json is maintained.
color,
/// Guarantees [List<(String medicineDesignation, int dosisMg)>] is returned.
/// Guarantees [List<(String medicineDesignation, double dosisMg)>] is returned.
intakes;

/// Selection of a displayable string from [localizations].
Expand Down

0 comments on commit 7522eee

Please sign in to comment.