We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457cfe5 commit daebbf6Copy full SHA for daebbf6
_sessions/c3s2/5_boolean_ops.md
@@ -12,7 +12,7 @@ else
12
end
13
{% endhighlight %}
14
15
-It the above snippet of code the `||` means or. If the person is under 12 or is smaller than 1.2m they are allowed on the ride.
+In the above snippet of code, the `||` means OR. If the person is under 12 or is smaller than 1.2m they are allowed on the ride.
16
17
### Logical operations
18
@@ -60,4 +60,4 @@ The `!` is not. It is a quick way of reversing the truth of the condition:
60
61
(1<=2 && 3>4) || (3 <= 4 && "ham")
62
63
-{% endexercise %}
+{% endexercise %}
0 commit comments