Skip to content

Commit c66fae4

Browse files
authored
Fix minor typo in section 6
Update the text for the index variable to say `var` instead of val (to match the screenshots)
1 parent 38aff39 commit c66fae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worksheets/kotlin/1-krumble/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Firstly we're going to create a new function to generate and return us a list of
169169

170170
![Imgur](https://i.imgur.com/RqF5uEv.png)
171171

172-
Next we can set up a val to point to the current index, which starts at 0. We can then increment it everytime we like or dislike our cookie, and show our new cookie.
172+
Next we can set up a `var` to point to the current index, which starts at 0. We can then increment it everytime we like or dislike our cookie, and show our new cookie.
173173

174174
![Imgur](https://i.imgur.com/EfuWhlu.png)
175175

0 commit comments

Comments
 (0)