diff --git a/reference/pdo/pdostatement/execute.xml b/reference/pdo/pdostatement/execute.xml index d83444d3dc..d0f5e53ba3 100644 --- a/reference/pdo/pdostatement/execute.xml +++ b/reference/pdo/pdostatement/execute.xml @@ -35,7 +35,7 @@ An array of values with as many elements as there are bound parameters in the SQL statement being executed. - Ale values are treated as PDO::PARAM_STR. + All values are treated as PDO::PARAM_STR. You cannot bind multiple values to a single parameter; for example,