In which task and step of the codelab can this issue be found?
In the 3rd paragraph
Describe the problem
The existing statement: The action function's Int parameter is the number of times that the action has executed so far, such as a 0 argument for the first iteration or a 1 argument for the second iteration.
My understanding is that it should be: The repeat function's Int parameter...
URL of codelab 6. Use the repeat() function
In which task and step of the codelab can this issue be found? In the 3rd paragraph
Describe the problem The existing statement: The
action
function'sInt
parameter is the number of times that the action has executed so far, such as a0
argument for the first iteration or a1
argument for the second iteration.My understanding is that it should be: The
repeat
function'sInt
parameter...