We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a0537 commit 2075edfCopy full SHA for 2075edf
1 file changed
keepsorted/line_group.go
@@ -492,7 +492,7 @@ func (lg *lineGroup) internalJoinedLines() string {
492
return s.String()
493
}
494
495
-// regexJoinedLines concatenates all of this lineGroup's content in a way that
+// regexJoinedLines concatenates all of this lineGroup's content in a way that's
496
// friendlier to regexes than internalJoinedLines.
497
//
498
// Primarily, this method still strips leading whitespace but it uses a real
0 commit comments