Small mistake in DateSerializer examples of latest...
# kotlin-in-action
j
Small mistake in DateSerializer examples of latest chapter:
SimpleDateFormat("dd-mm-yyyy")
should be
SimpleDateFormat("dd-MM-yyyy")