[DOC-CVS] [doc-en] master: Fixed grammatical error in predefined constants for filter_var() sanitization series (#4848)
[email protected] (andyfeldman via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: andyfeldman (andyfeldman)
Committer: GitHub (web-flow)
Pusher: DanielEScherzer
Date: 2025-08-26T09:02:38-07:00
Commit: https://github.com/php/doc-en/commit/edb34f53e1d711a5bd968d1fe1b9b41e58ed38cb
Raw diff: https://github.com/php/doc-en/commit/edb34f53e1d711a5bd968d1fe1b9b41e58ed38cb.diff
Fixed grammatical error in predefined constants for filter_var() sanitization series (#4848)
Changed paths:
M reference/filter/constants.xml
Diff:
diff --git a/reference/filter/constants.xml b/reference/filter/constants.xml
index 20e5c9ba7691..18f42ee48425 100644
--- a/reference/filter/constants.xml
+++ b/reference/filter/constants.xml
@@ -990,7 +990,7 @@
</term>
<listitem>
<simpara>
- Sanitize the string by remove all characters except
+ Sanitize the string by removing all characters except
latin letters (<literal>[a-zA-Z]</literal>),
digits (<literal>[0-9]</literal>),
and the special characters
@@ -1005,7 +1005,7 @@
</term>
<listitem>
<simpara>
- Sanitize the string by remove all characters except
+ Sanitize the string by removing all characters except
latin letters (<literal>[a-zA-Z]</literal>),
digits (<literal>[0-9]</literal>),
and the special characters
@@ -1020,7 +1020,7 @@
</term>
<listitem>
<simpara>
- Sanitize the string by remove all characters except digits
+ Sanitize the string by removing all characters except digits
(<literal>[0-9]</literal>), plus sign (<literal>+</literal>),
and minus sign (<literal>-</literal>).
</simpara>
@@ -1033,7 +1033,7 @@
</term>
<listitem>
<simpara>
- Sanitize the string by remove all characters except digits
+ Sanitize the string by removing all characters except digits
(<literal>[0-9]</literal>), plus sign (<literal>+</literal>),
and minus sign (<literal>-</literal>).
</simpara>