Skip to content

Commit f1c1fae

Browse files
committed
fixup
1 parent 22e2f9a commit f1c1fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/src/LocalDate.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public expect class LocalDate : Comparable<LocalDate> {
167167
* - [day] `1..31`, the upper bound can be less, depending on the month
168168
*
169169
* @throws IllegalArgumentException if any parameter is out of range or if [day] is invalid for the
170-
* given [monthNumber] and [year].
170+
* given [month] and [year].
171171
* @sample kotlinx.datetime.test.samples.LocalDateSamples.constructorFunctionMonthNumber
172172
*/
173173
public constructor(year: Int, month: Int, day: Int)

0 commit comments

Comments
 (0)