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 dd0d7ca commit 8e4364cCopy full SHA for 8e4364c
core/common/src/DateTimeUnit.kt
@@ -204,7 +204,7 @@ public sealed class DateTimeUnit {
204
/**
205
* A [date-time unit][DateTimeUnit] equal to some number of months.
206
*
207
- * Since different months have different number of days, a `MonthBased`-unit cannot be expressed a multiple of some [DayBased]-unit.
+ * Since different months have different number of days, a `MonthBased`-unit cannot be expressed as a multiple of some [DayBased]-unit.
208
209
* @see DateTimeUnit for a description of date-time units in general.
210
* @sample kotlinx.datetime.test.samples.DateTimeUnitSamples.monthBasedUnit
0 commit comments