Skip to content

Commit

Permalink
mistake fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen7003 authored Sep 16, 2024
1 parent 4038b94 commit cf92831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Boolean logic is a branch of mathematics focused on truth values, specifically t
| :------: | :--: | :-------------------------------------: |
| ! | NOT | Negates (inverts) the value of the operand. |
| && | AND | Returns true if both operands are true. |
| || | OR | Returns true if at least one operand is true. |
| \|\| | OR | Returns true if at least one operand is true. |

### Nice to know Boolean Operators
| Operator | Name | Description |
Expand Down

0 comments on commit cf92831

Please sign in to comment.