Skip to content

Commit cdb7480

Browse files
committed
Fixing English mistake
1 parent a6c4c0c commit cdb7480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/extensions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ extension DateTimeTimeExtension on DateTime {
270270
/// The provided time units can be positive or negative, or any combination.
271271
/// Overflowing, say by adding more than 30 days to a any date, works like
272272
/// in the [DateTime] constructor.
273-
/// The resulting day and time must be withing the supported range for
273+
/// The resulting day and time must be within the supported range for
274274
/// the `DateTime` class.
275275
DateTime shift({
276276
int years = 0,

0 commit comments

Comments
 (0)