-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swapping the order of numbers and characters in the legend.
Previously, the legend looked like this: X 0 Y 10 Z Which was counter-intuive. (see #6) David (iamsudo) suggested putting numbers in the middle: 0 X 10 Y 20 Z Which means that X is between 0 and 10, which maps precisely to the prettyping behavior (in this case, 0 <= X < 10). Hopefully, this will be less confusing. I think this also solves #6.
- Loading branch information
1 parent
f0c2b67
commit e8d7538
Showing
1 changed file
with
17 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters