Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Nov 3, 2021
1 parent af936bc commit ecac897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public synchronized void shuffle() {
if (backup == null) {
backup = new ArrayList<>(streams);
}
// Can't shuffle an list that's empty or only has one element
// Can't shuffle a list that's empty or only has one element
if (size() <= 2) {
return;
}
Expand Down

0 comments on commit ecac897

Please sign in to comment.