Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Update date_format.dart
Browse files Browse the repository at this point in the history
remove one 'only' word. Typo mistake
  • Loading branch information
mateendev3 authored Dec 31, 2022
1 parent 59e7bff commit 07a5847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/intl/date_format.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class DateFormat {
return dateFields.asDate();
}

/// Does our format only only date fields, and no time fields.
/// Does our format only date fields, and no time fields.
///
/// For example, 'yyyy-MM-dd' would be true, but 'dd hh:mm' would be false.
bool get dateOnly => _dateOnly ??= _checkDateOnly;
Expand Down

0 comments on commit 07a5847

Please # to comment.