We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c4c0c commit cdb7480Copy full SHA for cdb7480
lib/src/extensions.dart
@@ -270,7 +270,7 @@ extension DateTimeTimeExtension on DateTime {
270
/// The provided time units can be positive or negative, or any combination.
271
/// Overflowing, say by adding more than 30 days to a any date, works like
272
/// in the [DateTime] constructor.
273
- /// The resulting day and time must be withing the supported range for
+ /// The resulting day and time must be within the supported range for
274
/// the `DateTime` class.
275
DateTime shift({
276
int years = 0,
0 commit comments