We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e2f9a commit f1c1faeCopy full SHA for f1c1fae
core/common/src/LocalDate.kt
@@ -167,7 +167,7 @@ public expect class LocalDate : Comparable<LocalDate> {
167
* - [day] `1..31`, the upper bound can be less, depending on the month
168
*
169
* @throws IllegalArgumentException if any parameter is out of range or if [day] is invalid for the
170
- * given [monthNumber] and [year].
+ * given [month] and [year].
171
* @sample kotlinx.datetime.test.samples.LocalDateSamples.constructorFunctionMonthNumber
172
*/
173
public constructor(year: Int, month: Int, day: Int)
0 commit comments