Skip to content

Commit edb34f5

Browse files
authored
Fixed grammatical error in predefined constants for filter_var() sanitization series (#4848)
1 parent a0434e0 commit edb34f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

reference/filter/constants.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
</term>
991991
<listitem>
992992
<simpara>
993-
Sanitize the string by remove all characters except
993+
Sanitize the string by removing all characters except
994994
latin letters (<literal>[a-zA-Z]</literal>),
995995
digits (<literal>[0-9]</literal>),
996996
and the special characters
@@ -1005,7 +1005,7 @@
10051005
</term>
10061006
<listitem>
10071007
<simpara>
1008-
Sanitize the string by remove all characters except
1008+
Sanitize the string by removing all characters except
10091009
latin letters (<literal>[a-zA-Z]</literal>),
10101010
digits (<literal>[0-9]</literal>),
10111011
and the special characters
@@ -1020,7 +1020,7 @@
10201020
</term>
10211021
<listitem>
10221022
<simpara>
1023-
Sanitize the string by remove all characters except digits
1023+
Sanitize the string by removing all characters except digits
10241024
(<literal>[0-9]</literal>), plus sign (<literal>+</literal>),
10251025
and minus sign (<literal>-</literal>).
10261026
</simpara>
@@ -1033,7 +1033,7 @@
10331033
</term>
10341034
<listitem>
10351035
<simpara>
1036-
Sanitize the string by remove all characters except digits
1036+
Sanitize the string by removing all characters except digits
10371037
(<literal>[0-9]</literal>), plus sign (<literal>+</literal>),
10381038
and minus sign (<literal>-</literal>).
10391039
</simpara>

0 commit comments

Comments
 (0)