spell check

This commit is contained in:
Michael Elliot Braun
2017-06-21 22:33:10 -07:00
committed by Peli de Halleux
parent 952a3f89e2
commit 1c1052bb69
2 changed files with 6 additions and 4 deletions

View File

@ -5,8 +5,10 @@
Have you ever tried to represent the states of matter? Let's try to visually represent various states of matter based on atmospheric temperatures!
### ~button /projects/states-of-matter/make
Make
### ~
https://youtu.be/Hdsy93yaQC0
### ~
@ -135,7 +137,7 @@ The first condition statement follows this logic:
The second condition follows this logic:
- show icon with a symbol of a solid if the temperature is less than 32 degrees.
- show icon with a sybmol of a liquid (umbrella) if the temperature is less than 212 degrees.
- show icon with a symbol of a liquid (umbrella) if the temperature is less than 212 degrees.
- show icon with a symbol of a gas if the temperature is greater than or equal to 212 degrees.
```blocks