aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/markup/parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup/parser.rb')
-rw-r--r--lib/rdoc/markup/parser.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/markup/parser.rb b/lib/rdoc/markup/parser.rb
index 4d0cf1127e..cc828a4513 100644
--- a/lib/rdoc/markup/parser.rb
+++ b/lib/rdoc/markup/parser.rb
@@ -535,8 +535,8 @@ class RDoc::Markup::Parser
end
##
- # Calculates the column (by character) and line of the current token from
- # +scanner+ based on +byte_offset+.
+ # Calculates the column (by character) and line of the current token based
+ # on +byte_offset+.
def token_pos byte_offset
offset = char_pos byte_offset