Skip to content

Commit

Permalink
Merge pull request Kotlin#126 from jakubczaplicki/patch-1
Browse files Browse the repository at this point in the history
Clarify task i_5 a bit
  • Loading branch information
svtk authored Mar 19, 2018
2 parents c9fa0cc + 9ebb7af commit 05436a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fun todoTask5(): Nothing = TODO(
"""
Task 5.
Copy the body of 'getPattern()' to the 'task5()' function below
and rewrite it in such a way that it matches '13 JUN 1992'.
and rewrite it in such a way that it matches format: '13 JUN 1992'.
Use the 'month' variable.
""",
documentation = doc5(),
Expand Down

0 comments on commit 05436a2

Please sign in to comment.