Skip to content

Commit d166abe

Browse files
committed
language
1 parent cd40da2 commit d166abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/html.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ static void traverse_for_entities(
908908
}
909909
}
910910

911-
/* Если entity_end_ptr не найден или не указывает на ';', считаем сущность недействительной */
911+
/* If entity_end_ptr is not found or does not point to ';', consider the entity invalid */
912912
if (!valid_entity || entity_end_ptr == NULL || *entity_end_ptr != ';') {
913913
*output_ptr++ = *current_ptr++;
914914
continue;

0 commit comments

Comments
 (0)