Skip to content

Commit 10a640b

Browse files
authored
fix: typo (#9010)
1 parent dad0333 commit 10a640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/src/components/cairo/modules/language_constructs/pages/boolean-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Boolean operators combine or negate boolean (`bool`) values.
44

5-
There are two groups of operators that work with `bool`:
5+
Two groups of operators work with `bool`:
66

77
- Logical operators: `&&`, `\|\|` (short-circuiting)
88
- Bitwise operators on `bool`: `&`, `\|`, `^` (no short-circuit)

0 commit comments

Comments
 (0)