From 3d4a303641e18999a8820d19b457acf12f70cd4e Mon Sep 17 00:00:00 2001 From: takahashim Date: Fri, 21 Jul 2017 13:06:36 +0900 Subject: [PATCH] fix table in markdown --- qed/regressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qed/regressions.md b/qed/regressions.md index 4b35b5d..9a46688 100644 --- a/qed/regressions.md +++ b/qed/regressions.md @@ -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 |