diff options
| author | Schneems <richard.schneeman+foo@gmail.com> | 2024-11-15 10:01:22 -0600 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-03-23 11:00:31 +0900 |
| commit | 400d94dcdf75bba7b3f95b0033671181a2fc2c0c (patch) | |
| tree | 0719ad0f0a1de8dd3a4d1285aac36bd4385c0cb2 | |
| parent | 28edc65f455395280e1027ee818ae4e2b208155e (diff) | |
[ruby/syntax_suggest] Fix spelling
https://github.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
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. # diff --git a/lib/syntax_suggest/clean_document.rb b/lib/syntax_suggest/clean_document.rb index 2790ccae86..ba307af46e 100644 --- a/lib/syntax_suggest/clean_document.rb +++ b/lib/syntax_suggest/clean_document.rb @@ -10,7 +10,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 first part. # diff --git a/lib/syntax_suggest/code_frontier.rb b/lib/syntax_suggest/code_frontier.rb index 0f870d0df0..38d5375ef4 100644 --- a/lib/syntax_suggest/code_frontier.rb +++ b/lib/syntax_suggest/code_frontier.rb @@ -8,7 +8,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 # # The Code frontier is a critical part of the second step # |
