summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2014-03-02 17:06:28 -0700
committerDan Allen <dan.j.allen@gmail.com>2014-03-02 17:06:28 -0700
commitc14a9913a9da548a4ec924e65c0062a905119ae0 (patch)
treec6a4c4757941bbed7c694d5d1c07f3c5531b9ec6
parentc0f877a5664596a3a8195d51744b1e11b43b137a (diff)
fix incorrect comment above replacement
-rw-r--r--lib/asciidoctor.rb2
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
[/\\?=&gt;/, '&#8658;', :none],
# left arrow <-
[/\\?&lt;-/, '&#8592;', :none],
- # right left arrow <=
+ # left double arrow <=
[/\\?&lt;=/, '&#8656;', :none],
# restore entities
[/\\?(&)amp;((?:[a-zA-Z]+|#\d{2,5}|#x[a-fA-F0-9]{2,4});)/, '', :bounding]