diff --git a/reference/strings/functions/addslashes.xml b/reference/strings/functions/addslashes.xml index ef2f3879bc..24d0ec343c 100644 --- a/reference/strings/functions/addslashes.xml +++ b/reference/strings/functions/addslashes.xml @@ -14,7 +14,7 @@ Returns a string with backslashes before characters that need to be - quoted. These characters are single quote ('), + escaped. These characters are single quote ('), double quote ("), backslash (\) and NUL (the &null; byte).