max-niederman / ttyper

Terminal-based typing test.
MIT License
1.09k stars 76 forks source link

Increase WPM y-label range to at least 5 #93

Closed bolphen closed 1 year ago

bolphen commented 1 year ago

Fix #42.

The old "division by zero" error can be consistently triggered when one tests on a single word "aaaaaaaaaaaa" (12 a's). There will only be two wpm counts, and the error triggers if the difference is smaller than 5.

max-niederman commented 1 year ago

Thanks for the fix, @bolphen!