Skip to content

Commit cf92831

Browse files
authored
mistake fixed
1 parent 4038b94 commit cf92831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Boolean logic is a branch of mathematics focused on truth values, specifically t
7575
| :------: | :--: | :-------------------------------------: |
7676
| ! | NOT | Negates (inverts) the value of the operand. |
7777
| && | AND | Returns true if both operands are true. |
78-
| || | OR | Returns true if at least one operand is true. |
78+
| \|\| | OR | Returns true if at least one operand is true. |
7979

8080
### Nice to know Boolean Operators
8181
| Operator | Name | Description |

0 commit comments

Comments
 (0)