Skip to content

Commit 670a914

Browse files
authored
Fix typo in hour property header doc (#441)
1 parent e62cac8 commit 670a914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/src/LocalDateTime.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public expect class LocalDateTime : Comparable<LocalDateTime> {
299299
public val dayOfYear: Int
300300

301301
/**
302-
* Returns the hour-of-day (`0..59`) [time] component of this datetime value.
302+
* Returns the hour-of-day (`0..23`) [time] component of this datetime value.
303303
*
304304
* @sample kotlinx.datetime.test.samples.LocalDateTimeSamples.timeComponents
305305
*/

0 commit comments

Comments
 (0)