summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/clean_document.rb
diff options
context:
space:
mode:
-rw-r--r--lib/syntax_suggest/clean_document.rb2
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ module SyntaxSuggest
#
# 1. Sanitize/format input source
# 2. Search for invalid blocks
- # 3. Format invalid blocks into something meaninful
#
# This class handles the first part.
#