We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c878f80 + f2d2d3f commit c216298Copy full SHA for c216298
1 file changed
README.md
@@ -50,7 +50,7 @@ For a truth table of **n** terms, the rows take **n+1** terms, where **+1** is t
50
51
- There are already enough rows for the defined truth table;
52
- You try to add equal rows;
53
-- You try to add a row with **m** terms, where **m > n + 1**.
+- You try to add a row with **m** terms, where **m != n + 1**.
54
55
After you have defined your truth table and added your rows, you can check boolean values against it as follows:
56
0 commit comments