Skip to content

Commit

Permalink
fix bad bug in exercise parenthesis missing print page 86
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Sep 20, 2017
1 parent 766a8e7 commit c8b75cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compendium/modules/w04-objects-lab.tex
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ \subsection{Obligatoriska uppgifter}
\begin{Code}
for (y <- ???) {
for (x <- ???) {
block(x, y, color)
block(x, y)(color)
}
}
\end{Code}
Expand Down

0 comments on commit c8b75cf

Please sign in to comment.