Skip to content

Commit daebbf6

Browse files
committed
fixed typo, change or -> OR
1 parent 457cfe5 commit daebbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sessions/c3s2/5_boolean_ops.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
end
1313
{% endhighlight %}
1414

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.
15+
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.
1616

1717
### Logical operations
1818

@@ -60,4 +60,4 @@ The `!` is not. It is a quick way of reversing the truth of the condition:
6060

6161
(1<=2 && 3>4) || (3 <= 4 && "ham")
6262
{% endhighlight %}
63-
{% endexercise %}
63+
{% endexercise %}

0 commit comments

Comments
 (0)