README.md in ripper_ruby_parser-1.6.0 vs README.md in ripper_ruby_parser-1.6.1

- old
+ new

@@ -20,17 +20,17 @@ The following incompatibilities cannot be changed: * RipperRubyParser won't handle non-UTF-8 files without an encoding comment, just like regular Ruby -* RipperRubyParser does not attempt to match RubyParser's line numbering bugs +* RipperRubyParser does not match RubyParser's line numbering * RipperRubyParser correctly dedents heredocs with interpolations The following incompatibilities can be made compatible by turning on extra-compatible mode: * Operator assignment of a method call without parentheses to a collection - element uses and `:array` S-expression instead of `:arglist` + element uses an `:array` S-expression instead of `:arglist` * RipperRubyParser keeps carriage return characters in heredocs that include them ## Install