Skip to content

Commit 209dbf3

Browse files
committed
Small fix
1 parent 5ff3ab2 commit 209dbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/src/DateTimePeriod.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public fun String.toDatePeriod(): DatePeriod = DatePeriod.parse(this)
259259
private class DateTimePeriodImpl(
260260
internal override val totalMonths: Int,
261261
override val days: Int,
262-
override val totalNanoseconds: Long,
262+
internal override val totalNanoseconds: Long,
263263
) : DateTimePeriod()
264264

265265
// TODO: these calculations fit in a JS Number. Possible to do an expect/actual here.

0 commit comments

Comments
 (0)