diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-03-02 17:06:28 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-03-02 17:06:28 -0700 |
| commit | c14a9913a9da548a4ec924e65c0062a905119ae0 (patch) | |
| tree | c6a4c4757941bbed7c694d5d1c07f3c5531b9ec6 | |
| parent | c0f877a5664596a3a8195d51744b1e11b43b137a (diff) | |
fix incorrect comment above replacement
| -rw-r--r-- | lib/asciidoctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor.rb b/lib/asciidoctor.rb index c0a375c7..d75b7ea1 100644 --- a/lib/asciidoctor.rb +++ b/lib/asciidoctor.rb @@ -1151,7 +1151,7 @@ module Asciidoctor [/\\?=>/, '⇒', :none], # left arrow <- [/\\?<-/, '←', :none], - # right left arrow <= + # left double arrow <= [/\\?<=/, '⇐', :none], # restore entities [/\\?(&)amp;((?:[a-zA-Z]+|#\d{2,5}|#x[a-fA-F0-9]{2,4});)/, '', :bounding] |
