Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code try to see if number of TRUE are same among each component of a list `matched`. However, if every component is composed only of FALSE, number of TRUE are 0 in all case. Resulting in `if(TRUE)` where `if(FALSE)` is intended.
- Loading branch information