[ruby/syntax_suggest] Fix spelling

https://github.com/ruby/syntax_suggest/commit/9c78283363
This commit is contained in:
Schneems 2024-11-15 10:01:22 -06:00 committed by git
parent 7969f6791f
commit 03a77c03eb
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ module SyntaxSuggest
# #
# 1. Sanitize/format input source # 1. Sanitize/format input source
# 2. Search for invalid blocks # 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. # This class handles the third part.
# #

View File

@ -10,7 +10,7 @@ module SyntaxSuggest
# #
# 1. Sanitize/format input source # 1. Sanitize/format input source
# 2. Search for invalid blocks # 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. # This class handles the first part.
# #

View File

@ -8,7 +8,7 @@ module SyntaxSuggest
# #
# 1. Sanitize/format input source # 1. Sanitize/format input source
# 2. Search for invalid blocks # 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 # The Code frontier is a critical part of the second step
# #