diff options
-rw-r--r-- | lib/syntax_suggest/capture_code_context.rb | 2 | ||||
-rw-r--r-- | lib/syntax_suggest/clean_document.rb | 2 | ||||
-rw-r--r-- | lib/syntax_suggest/code_frontier.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ module SyntaxSuggest # # 1. Sanitize/format input source # 2. Search for invalid blocks - # 3. Format invalid blocks into something meaninful # # This class handles the third part. # @@ -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. # @@ -8,7 +8,7 @@ module SyntaxSuggest # # 1. Sanitize/format input source # 2. Search for invalid blocks - # 3. Format invalid blocks into something meaninful # # The Code frontier is a critical part of the second step # |