Skip to content

Commit 2075edf

Browse files
committed
fix comment typo
1 parent 90a0537 commit 2075edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keepsorted/line_group.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ func (lg *lineGroup) internalJoinedLines() string {
492492
return s.String()
493493
}
494494

495-
// regexJoinedLines concatenates all of this lineGroup's content in a way that
495+
// regexJoinedLines concatenates all of this lineGroup's content in a way that's
496496
// friendlier to regexes than internalJoinedLines.
497497
//
498498
// Primarily, this method still strips leading whitespace but it uses a real

0 commit comments

Comments
 (0)