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 () | |
tree | 0492a5e8bca53761a5800830443ef5a0c5b858f3 /lib/syntax_suggest/clean_document.rb | |
parent | 7969f6791fc219ba3e3af84574344d870b44fe4f (diff) |
[ruby/syntax_suggest] Fix spelling
https://.com/ruby/syntax_suggest/commit/9c78283363
-rw-r--r-- | lib/syntax_suggest/clean_document.rb | 2 |
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. # |