diff --git a/src/main/java/org/threeten/bp/MonthDay.java b/src/main/java/org/threeten/bp/MonthDay.java index 258e7fa5e..2ed437eab 100644 --- a/src/main/java/org/threeten/bp/MonthDay.java +++ b/src/main/java/org/threeten/bp/MonthDay.java @@ -62,7 +62,7 @@ * A month-day in the ISO-8601 calendar system, such as {@code --12-03}. *
* {@code MonthDay} is an immutable date-time object that represents the combination - * of a year and month. Any field that can be derived from a month and day, such as + * of a month and day. Any field that can be derived from a month and day, such as * quarter-of-year, can be obtained. *
* This class does not store or represent a year, time or time-zone.