File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public operator fun LocalDate.minus(period: DatePeriod): LocalDate =
137
137
* - negative or zero if this date is later than the other,
138
138
* - exactly zero if this date is equal to the other.
139
139
*
140
- * @throws DateTimeArithmeticException if the number of months between the two dates exceeds an Int (JVM only)
140
+ * @throws DateTimeArithmeticException if the number of months between the two dates exceeds an Int (JVM only).
141
141
*
142
142
* @see LocalDate.minus
143
143
*/
@@ -153,7 +153,7 @@ expect fun LocalDate.periodUntil(other: LocalDate): DatePeriod
153
153
* - positive or zero if this date is later than the other,
154
154
* - exactly zero if this date is equal to the other.
155
155
*
156
- * @throws DateTimeArithmeticException if the number of months between the two dates exceeds an Int (JVM only)
156
+ * @throws DateTimeArithmeticException if the number of months between the two dates exceeds an Int (JVM only).
157
157
*
158
158
* @see LocalDate.periodUntil
159
159
*/
You can’t perform that action at this time.
0 commit comments