summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/clean_document.rb
diff options
context:
space:
mode:
authorSchneems <[email protected]>2024-11-15 10:01:22 -0600
committergit <[email protected]>2024-11-15 16:06:24 +0000
commit03a77c03eb7c21995d062420dd4280b303ade820 ()
tree0492a5e8bca53761a5800830443ef5a0c5b858f3 /lib/syntax_suggest/clean_document.rb
parent7969f6791fc219ba3e3af84574344d870b44fe4f (diff)
[ruby/syntax_suggest] Fix spelling
https://.com/ruby/syntax_suggest/commit/9c78283363
-rw-r--r--lib/syntax_suggest/clean_document.rb2
1 files changed, 1 insertions, 1 deletions
@@ -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.
#