Skip to content

Commit c216298

Browse files
authored
Merge pull request #6 from roberwil/nuget-package-configs
- updates to main doc
2 parents c878f80 + f2d2d3f commit c216298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For a truth table of **n** terms, the rows take **n+1** terms, where **+1** is t
5050

5151
- There are already enough rows for the defined truth table;
5252
- You try to add equal rows;
53-
- You try to add a row with **m** terms, where **m > n + 1**.
53+
- You try to add a row with **m** terms, where **m != n + 1**.
5454

5555
After you have defined your truth table and added your rows, you can check boolean values against it as follows:
5656

0 commit comments

Comments
 (0)