Skip to content

Commit

Permalink
comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Sep 8, 2024
1 parent 99b6979 commit 900a8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/CnfFormula.R
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ simplify_cnf = function(entries, universe) {
ei_without_s = ei[cnames_s]
do_sse = identical(cnames[cnames_s], c(ei_without_s))
# if they have the same number of terms, ei could be a subset of ej.
# However, then we can ont rely on the order of values in the union being correct.
# However, then we can not rely on the order of values in the union being correct.
do_sse_reverse = (!do_sse && (length(ei) == length(ej)) &&
all(sapply(cnames_s, function(s2) all(ei[[s2]] %in% ej[[s2]]))))
if (do_sse_reverse) {
Expand Down

0 comments on commit 900a8e1

Please sign in to comment.