Skip to content

Commit 4eb335b

Browse files
authored
Fix typo in doc string (#639)
1 parent 3ebb0d4 commit 4eb335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builtins/core/plain_month_day.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ impl PlainMonthDay {
250250
.month_day_from_fields(fields, Overflow::Constrain)
251251
}
252252

253-
/// Create a `PlainYearMonth` from a `PartialDate`
253+
/// Create a `PlainMonthDay` from a `PartialDate`
254254
pub fn from_partial(partial: PartialDate, overflow: Option<Overflow>) -> TemporalResult<Self> {
255255
partial
256256
.calendar

0 commit comments

Comments
 (0)