Skip to content

Commit

Permalink
fix typo that was causing javadoc to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
longj6 committed Oct 17, 2023
1 parent ff0024d commit f69fbe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public static ArrayList<FillapixCell> getCellsAtDistance(FillapixBoard board, Fi
*
* @return an ArrayList of Boolean arrays. Each index in the ArrayList represents
* a distinct combination. Each Boolean array will be <code>totalNumItems</code>
* long and each index will be <code>true<\code> if the corresponding item is
* long and each index will be <code>true</code> if the corresponding item is
* included in that combination, and <code>false</code> otherwise.
*/
public static ArrayList<boolean[]> getCombinations(int chosenNumItems, int totalNumItems) {
Expand Down

0 comments on commit f69fbe3

Please sign in to comment.