Skip to content

Commit 0f83904

Browse files
committed
Add missing dots in the comments
1 parent 5d58534 commit 0f83904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/common/src/LocalDate.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public operator fun LocalDate.minus(period: DatePeriod): LocalDate =
137137
* - negative or zero if this date is later than the other,
138138
* - exactly zero if this date is equal to the other.
139139
*
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).
141141
*
142142
* @see LocalDate.minus
143143
*/
@@ -153,7 +153,7 @@ expect fun LocalDate.periodUntil(other: LocalDate): DatePeriod
153153
* - positive or zero if this date is later than the other,
154154
* - exactly zero if this date is equal to the other.
155155
*
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).
157157
*
158158
* @see LocalDate.periodUntil
159159
*/

0 commit comments

Comments
 (0)