Skip to content

Commit 7c23d07

Browse files
authored
Update modules/markup/html.go
1 parent 21442e8 commit 7c23d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/html.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ func comparePatternProcessor(ctx *RenderContext, node *html.Node) {
946946
return
947947
}
948948

949-
// Check m[0...7] to not be be -1
949+
// Ensure that every group (m[0]...m[7]) has a match
950950
for i := 0; i < 8; i++ {
951951
if m[i] == -1 {
952952
return

0 commit comments

Comments
 (0)