diff --git a/core/common/src/LocalDateTime.kt b/core/common/src/LocalDateTime.kt index db4533b8..08fef15e 100644 --- a/core/common/src/LocalDateTime.kt +++ b/core/common/src/LocalDateTime.kt @@ -299,7 +299,7 @@ public expect class LocalDateTime : Comparable { public val dayOfYear: Int /** - * Returns the hour-of-day (`0..59`) [time] component of this datetime value. + * Returns the hour-of-day (`0..23`) [time] component of this datetime value. * * @sample kotlinx.datetime.test.samples.LocalDateTimeSamples.timeComponents */