diff --git a/reference/sqlite3/sqlite3stmt/bindparam.xml b/reference/sqlite3/sqlite3stmt/bindparam.xml
index 377e332a63..2016aa1124 100644
--- a/reference/sqlite3/sqlite3stmt/bindparam.xml
+++ b/reference/sqlite3/sqlite3stmt/bindparam.xml
@@ -11,7 +11,7 @@
&reftitle.description;
public boolSQLite3Stmt::bindParam
- stringsql_param
+ mixedsql_param
mixedparam
inttype
@@ -28,7 +28,7 @@
sql_param
- An string identifying the statement variable to which the
+ Either a string or an int identifying the statement variable to which the
parameter should be bound.
diff --git a/reference/sqlite3/sqlite3stmt/bindvalue.xml b/reference/sqlite3/sqlite3stmt/bindvalue.xml
index 1be1cf5826..9761fbd1e7 100644
--- a/reference/sqlite3/sqlite3stmt/bindvalue.xml
+++ b/reference/sqlite3/sqlite3stmt/bindvalue.xml
@@ -11,7 +11,7 @@
&reftitle.description;
public boolSQLite3Stmt::bindValue
- stringsql_param
+ mixedsql_param
mixedvalue
inttype
@@ -28,7 +28,7 @@
sql_param
- An string identifying the statement variable to which the
+ Either a string or an int identifying the statement variable to which the
value should be bound.