diff options
author | careworry <[email protected]> | 2024-04-18 23:32:34 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-18 15:32:34 +0000 |
commit | 8e08556fa7f2b6e9c43b040f2aea06dccead5d13 (patch) | |
tree | de8f84a17ebbbcbfe68424aadcef7228925b2ae1 /lib/syntax_suggest/clean_document.rb | |
parent | ff599aea7cb810ca5284c10184f435101e4b9349 (diff) |
chore: remove repetitive words (#10573)
Signed-off-by: careworry <[email protected]>
Diffstat (limited to 'lib/syntax_suggest/clean_document.rb')
-rw-r--r-- | lib/syntax_suggest/clean_document.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_suggest/clean_document.rb b/lib/syntax_suggest/clean_document.rb index 0847a62e27..2790ccae86 100644 --- a/lib/syntax_suggest/clean_document.rb +++ b/lib/syntax_suggest/clean_document.rb @@ -267,7 +267,7 @@ module SyntaxSuggest groups.each do |lines| line = lines.first - # Handle the case of multiple groups in a a row + # Handle the case of multiple groups in a row # if one is already replaced, move on next if @document[line.index].empty? |