Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 05436a2

Browse files
authored
Merge pull request #126 from jakubczaplicki/patch-1
Clarify task i_5 a bit
2 parents c9fa0cc + 9ebb7af commit 05436a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i_introduction/_5_String_Templates/n05StringTemplates.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fun todoTask5(): Nothing = TODO(
2929
"""
3030
Task 5.
3131
Copy the body of 'getPattern()' to the 'task5()' function below
32-
and rewrite it in such a way that it matches '13 JUN 1992'.
32+
and rewrite it in such a way that it matches format: '13 JUN 1992'.
3333
Use the 'month' variable.
3434
""",
3535
documentation = doc5(),

0 commit comments

Comments
 (0)