diff --git a/boolean_algebra/or_gate.py b/boolean_algebra/or_gate.py index 0fd4e5a5dc18..afdabf031a86 100644 --- a/boolean_algebra/or_gate.py +++ b/boolean_algebra/or_gate.py @@ -1,7 +1,7 @@ """ An OR Gate is a logic gate in boolean algebra which results to 0 (False) if both the inputs are 0, and 1 (True) otherwise. -Following is the truth table of an AND Gate: +Following is the truth table of an OR Gate: ------------------------------ | Input 1 | Input 2 | Output | ------------------------------