-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also fix the encoding example, which didn't use zigzag encoding. See #14.
- Loading branch information
Sean Gillies
committed
May 8, 2014
1 parent
5e19d44
commit 1d35c94
Showing
1 changed file
with
10 additions
and
5 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
3 comments
on commit 1d35c94
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's about alignment, the equal signes used to be aligned to the column they referred to, but the columns were shifted after the change. Needs a fixed-length font to see.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah. Should be fixed in c9be969
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, confirmed. Thanks!
Whoops, never noticed the confusion here. Thanks for changing!