Skip to content

Commit 230f5ae

Browse files
committed
fixed typo
1 parent 46b8500 commit 230f5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crawler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ private function parseXhtml(string $htmlContent, string $charset = 'UTF-8'): \DO
11401140
}
11411141

11421142
/**
1143-
* Convert charset to HTML-entities to ensure valid parsing.
1143+
* Converts charset to HTML-entities to ensure valid parsing.
11441144
*/
11451145
private function convertToHtmlEntities(string $htmlContent, string $charset = 'UTF-8'): string
11461146
{

0 commit comments

Comments
 (0)