diff --git a/framework-docs/modules/ROOT/pages/data-access/r2dbc.adoc b/framework-docs/modules/ROOT/pages/data-access/r2dbc.adoc index 0db9cd2a2a5..468c74ad4fd 100644 --- a/framework-docs/modules/ROOT/pages/data-access/r2dbc.adoc +++ b/framework-docs/modules/ROOT/pages/data-access/r2dbc.adoc @@ -417,7 +417,7 @@ Do not pass `Collection` or the like as an array parameter. [[r2dbc-DatabaseClient-filter]] ==== Statement Filters -Sometimes it you need to fine-tune options on the actual `Statement` +Sometimes you need to fine-tune options on the actual `Statement` before it gets run. Register a `Statement` filter (`StatementFilterFunction`) through `DatabaseClient` to intercept and modify statements in their execution, as the following example shows: