[ruby/syntax_suggest] Fix spelling
https://github.com/ruby/syntax_suggest/commit/9c78283363
This commit is contained in:
parent
7969f6791f
commit
03a77c03eb
@ -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.
|
||||
#
|
||||
|
@ -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.
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user