Skip to content

Commit ea65e0b

Browse files
authored
Merge pull request #47 from pdubz-sudo/master
Fixed doc formulation in logic_design.ipynb
2 parents 819cb06 + fe0f161 commit ea65e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logical_design/logical_design.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"**NOR gates**:If a NOR gate has one (or two) external inputs leading into it, only one (or no) NOR gates can feed into it. \n",
8989
"\n",
9090
"\\begin{equation}\n",
91-
"\\text{NOR}_{2} + \\text{NOR}_{3} + \\text{inputA}_{1} + \\text{inputB}_{2} \\leq 2\n",
91+
"\\text{NOR}_{2} + \\text{NOR}_{3} + \\text{inputA}_{1} + \\text{inputB}_{1} \\leq 2\n",
9292
"\\end{equation}\n",
9393
"\n",
9494
"\\begin{equation}\n",

0 commit comments

Comments
 (0)