Skip to content

Commit f72f16b

Browse files
authored
Merge pull request #217 from ruby/fix-typo
Backport 8e08556fa7
2 parents 9352193 + 20adda5 commit f72f16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/syntax_suggest/clean_document.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def join_groups(groups)
267267
groups.each do |lines|
268268
line = lines.first
269269

270-
# Handle the case of multiple groups in a a row
270+
# Handle the case of multiple groups in a row
271271
# if one is already replaced, move on
272272
next if @document[line.index].empty?
273273

0 commit comments

Comments
 (0)