diff --git a/doc/api/sqlite.md b/doc/api/sqlite.md index 6d4a9aca451682..e0d102a1c473a4 100644 --- a/doc/api/sqlite.md +++ b/doc/api/sqlite.md @@ -198,7 +198,8 @@ added: v22.5.0 * Returns: {string} The source SQL expanded to include parameter values. This method returns the source SQL of the prepared statement with parameter -placeholders replaced by values. This method is a wrapper around +placeholders replaced by the values that were used during the most recent +execution of this prepared statement. This method is a wrapper around [`sqlite3_expanded_sql()`][]. ### `statement.get([namedParameters][, ...anonymousParameters])`