Hi, in DrRacket, when I use ctrl-f to find something, the results found section is off by one.

There are indeed 7 matches, but it only cycles 0-1-2-3-4-5-6-0-....
AKA If you go to Selection 6 and go to the next, it wraps back to 0.
So a possible solution would be instead to make the 'denominator' 0-indexed too, or make the 'numerator' 1-indexed.
Hi, in DrRacket, when I use ctrl-f to find something, the results found section is off by one.
There are indeed 7 matches, but it only cycles 0-1-2-3-4-5-6-0-....
AKA If you go to Selection 6 and go to the next, it wraps back to 0.
So a possible solution would be instead to make the 'denominator' 0-indexed too, or make the 'numerator' 1-indexed.