File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exercises/concept/annalyns-infiltration/.docs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $value_is_true = true;
10
10
$value_is_false = false;
11
11
```
12
12
13
- Boolean values are often use in logical expressions as the result of an operator and then used in control structures.
13
+ Boolean values are often used in logical expressions as the result of an operator and then used in control structures.
14
14
15
15
## Logical Operators
16
16
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $value_is_true = true;
12
12
$value_is_false = false;
13
13
```
14
14
15
- Boolean values are often use in logical expressions as the result of an operator and then used in control structures.
15
+ Boolean values are often used in logical expressions as the result of an operator and then used in control structures.
16
16
17
17
### Logical Operators
18
18
You can’t perform that action at this time.
0 commit comments