Skip to content

Commit

Permalink
correct typo in 05-loops.md
Browse files Browse the repository at this point in the history
  • Loading branch information
razoumov authored Nov 18, 2024
1 parent 1982991 commit 24b03f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Note that at the end of the outer `for` loop, when all the elements in `temp_new
statement.

We're ready to execute our code, but the conditions we have initially set up
will not produce interesting output, because the plate has a temporarture
will not produce interesting output, because the plate has a temperature
value of `25` everywhere. We can change the boundaries to have temperature `0`
so that the middle will start cooling down. To do this, we should change the
declaration of `temp` to:
Expand Down

0 comments on commit 24b03f5

Please sign in to comment.