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 (patch) | |
tree | 0492a5e8bca53761a5800830443ef5a0c5b858f3 /lib/syntax_suggest/capture_code_context.rb | |
parent | 7969f6791fc219ba3e3af84574344d870b44fe4f (diff) |
[ruby/syntax_suggest] Fix spelling
https://github.com/ruby/syntax_suggest/commit/9c78283363
Diffstat (limited to 'lib/syntax_suggest/capture_code_context.rb')
-rw-r--r-- | lib/syntax_suggest/capture_code_context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_suggest/capture_code_context.rb b/lib/syntax_suggest/capture_code_context.rb index 1f232cfae3..5de9ec09cc 100644 --- a/lib/syntax_suggest/capture_code_context.rb +++ b/lib/syntax_suggest/capture_code_context.rb @@ -15,7 +15,7 @@ module SyntaxSuggest # # 1. Sanitize/format input source # 2. Search for invalid blocks - # 3. Format invalid blocks into something meaninful + # 3. Format invalid blocks into something meaningful # # This class handles the third part. # |