Skip to content

Commit b0a1d93

Browse files
committed
Fix typo in task 40's documentation
1 parent 92542ed commit b0a1d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v_builders/_40_BuildersHowItWorks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fun todoTask40(): Nothing = TODO(
77
"""
88
Task 40.
99
Look at the questions below and give your answers:
10-
change 'insertAnswerHere()' in task26's map to your choice (a, b or c).
10+
change 'insertAnswerHere()' in task40's map to your choice (a, b or c).
1111
1212
All the constants are imported via 'util.questions.Answer.*', so they can be accessed by name.
1313

0 commit comments

Comments
 (0)