Skip to content

Commit

Permalink
Fix typo in hour property header doc (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
davertay authored Sep 30, 2024
1 parent e62cac8 commit 670a914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/src/LocalDateTime.kt
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public expect class LocalDateTime : Comparable<LocalDateTime> {
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
*/
Expand Down

0 comments on commit 670a914

Please sign in to comment.