Skip to content

Commit 843579a

Browse files
authored
Update gitdiff.go
1 parent df5fef8 commit 843579a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/gitdiff/gitdiff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ func (hcd *HighlightCodeDiff) convertToPlaceholders(htmlCode string) string {
412412
res.WriteRune(placeholder) // use the placeholder to replace the tag
413413
}
414414
// else: unfortunately, all private use runes has been exhausted, no more placeholder could be used, no more converting
415-
// usually, the exhausting won't occur in real cases, the used placeholders are not more than the CSS classes outputted by chroma.
415+
// usually, the exhausting won't occur in real cases, the magnitude of used placeholders is not larger than that of the CSS classes outputted by chroma.
416416
}
417417
// write the remaining string
418418
res.WriteString(htmlCode)

0 commit comments

Comments
 (0)