From 8e08556fa7f2b6e9c43b040f2aea06dccead5d13 Mon Sep 17 00:00:00 2001 From: careworry <167077904+careworry@users.noreply.github.com> Date: Thu, 18 Apr 2024 23:32:34 +0800 Subject: chore: remove repetitive words (#10573) Signed-off-by: careworry --- lib/syntax_suggest/clean_document.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/syntax_suggest/clean_document.rb') 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? -- cgit v1.2.3