Corrected a comment in the parser.

This commit is contained in:
Yorick Peterse 2014-03-21 00:10:20 +01:00
parent a20ec0000a
commit 7749f4abce
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ end
index = @line - 1
lines = ''
# Show up to 2 lines before and after the offending line (if they exist).
# Show up to 5 lines before and after the offending line (if they exist).
(-5..5).each do |offset|
line = @lines[index + offset]