Skip to content

Commit

Permalink
Merge pull request #177 from takahashim/fix-table
Browse files Browse the repository at this point in the history
fix table in markdown
  • Loading branch information
kschiess committed Jul 27, 2017
2 parents 46bc703 + 3d4a303 commit 6d45c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qed/regressions.md
Expand Up @@ -27,7 +27,7 @@ Looking back, getting this error was not only probable, but inevitable: Everyone
This is hard to get right, especially when considering the differences between the 1.8 and 1.9 branches of Ruby. By dropping 1.8 support, we got rid of a special branch of problems, now really the only thing that remains is treating character and byte offsets consistently. Ruby itself doesn't really:

| method | seeks by/returns |
-----------------------------------------------
|-------------------------|-------------------|
| `String#[]` | character |
| `StringScanner#pos` | byte |
| `StringScanner#pos=` | byte |
Expand Down

0 comments on commit 6d45c90

Please sign in to comment.