Fix typos

This commit is contained in:
Viktor Szépe
2024-05-21 06:10:59 +00:00
parent 9d07b3f7fd
commit ab86695010
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ abstract class Utils
*
* This function is inspired by {@link https://github.com/thecodingmachine/safe/blob/master/generated/pcre.php}. But
* since this library is all about performance we decided to strip everything we don't need. Reducing the amount
* of files that have to be loaded, ect.
* of files that have to be loaded, etc.
*
* @param string $pattern The pattern to search for, as a string.
* @param string $subject The input string.