tracks/kotlin/exercises/meetup/README.md in trackler-2.2.1.45 vs tracks/kotlin/exercises/meetup/README.md in trackler-2.2.1.46
- old
+ new
@@ -16,13 +16,12 @@
was a meetup whose members realized that there are exactly 7 numbered days in a month that
end in '-teenth'. Therefore, one is guaranteed that each day of the week
(Monday, Tuesday, ...) will have exactly one date that is named with '-teenth'
in every month.
-Given examples of a meetup dates, each containing a month, day, year, and descriptor
+Given examples of a meetup dates, each containing a month, day, year, and descriptor
(first, second, teenth, etc), calculate the date of the actual meetup.
For example, if given "First Monday of January 2017", the correct meetup date is 2017/1/2
-
## Source