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

Commit 07a5847

Browse files
authored
Update date_format.dart
remove one 'only' word. Typo mistake
1 parent 59e7bff commit 07a5847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/intl/date_format.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class DateFormat {
391391
return dateFields.asDate();
392392
}
393393

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

0 commit comments

Comments
 (0)