Misleading diagram in 05-loop.md #502
Open
Comments
Thanks @jarrah42. PRs welcome on this one. |
jarrah42
added a commit
to jarrah42/shell-novice
that referenced
this issue
Jan 31, 2017
gdevenyi
added a commit
that referenced
this issue
Feb 6, 2017
Additional text to explain diagram. Addresses issue #502.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The diagram on line 251 of _episodes/05-loop.md describes what happens when the loop body is "echo cp $filename original-$filename". However, the commands shown in the text before and after the diagram does not use the "echo" command, but use "cp" directly. It's confusing for the student because the diagram doesn't match the text.
The text was updated successfully, but these errors were encountered: