ThreeTen / threeten

This project was the home of code used to develop a modern date and time library for JDK8. Development has moved to OpenJDK and a separate backport project, threetenbp.
http://threeten.github.io/
191 stars 37 forks source link

Typo in documentation for MonthDay #352

Closed rkraneis closed 10 years ago

rkraneis commented 10 years ago

MonthDay is an immutable date-time object that represents the combination of a year and month.

should read

MonthDay is an immutable date-time object that represents the combination of a month and a day.

rkraneis commented 10 years ago

This has already been reported: https://bugs.openjdk.java.net/browse/JDK-8034906