Skip to content

Commit 01b7c40

Browse files
authored
Boolean concept: change use to used (#894)
1 parent c6e7228 commit 01b7c40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

concepts/booleans/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $value_is_true = true;
1010
$value_is_false = false;
1111
```
1212

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.
1414

1515
## Logical Operators
1616

exercises/concept/annalyns-infiltration/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $value_is_true = true;
1212
$value_is_false = false;
1313
```
1414

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

1717
### Logical Operators
1818

0 commit comments

Comments
 (0)