Skip to content

Commit

Permalink
Change return type of Year.atMont to YearMonth
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrgajow committed Jul 6, 2018
1 parent 47a35cb commit d9b56a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js-joda.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ declare namespace JSJoda {

static parse(text: string, formatter?: DateTimeFormatter): Year

atMonth(monthOrNumber: Month|number): Year
atMonth(monthOrNumber: Month|number): YearMonth

plus(amountOrNumber: TemporalAmount|number, unit?: TemporalUnit): Year

Expand Down

0 comments on commit d9b56a4

Please sign in to comment.