Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Refactor boolean algebra cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashvverma committed Jun 19, 2016
1 parent f363e38 commit 0cf1429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/goodie/cheat_sheets/json/boolean-algebra.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
],
"Nonmonotone laws": [
{
"key": "X ∧ ¬X = 0"
"key": "X ∧ X' = 0"
},
{
"key": "X ∨ ¬X = 1"
"key": "X ∨ X' = 1"
}
],
"Duality": [
Expand Down

0 comments on commit 0cf1429

Please sign in to comment.