diff options
author | Schneems <[email protected]> | 2024-11-15 10:01:22 -0600 |
---|---|---|
committer | git <[email protected]> | 2024-11-15 16:06:24 +0000 |
commit | 03a77c03eb7c21995d062420dd4280b303ade820 () | |
tree | 0492a5e8bca53761a5800830443ef5a0c5b858f3 | |
parent | 7969f6791fc219ba3e3af84574344d870b44fe4f (diff) |
[ruby/syntax_suggest] Fix spelling
https://.com/ruby/syntax_suggest/commit/9c78283363
-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 # |