Skip to content

Commit

Permalink
better board slicing example
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 18, 2024
1 parent a4f55eb commit fbca504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/ui/FormUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ final class FormUi(helpers: Helpers, ui: RelayUi, tourUi: RelayTourUi):
1 only select the first board
1-4 only select the first 4 boards
1,2,3,4 same as above, first 4 boards
11-20,21-30 boards 11 to 20, and boards 21 to 30
11-15,21-25 boards 11 to 15, and boards 21 to 25
2,3,7-9 boards 2, 3, 7, 8, and 9
"""),
"Slicing is done after filtering by round number."
Expand Down

0 comments on commit fbca504

Please sign in to comment.