Fix wording in r2dbc Statement Filters section of ref docs

Co-authored-by: Sam Brannen <sam@sambrannen.com>
Closes gh-30482
This commit is contained in:
Anyuruf 2023-05-12 16:24:09 +03:00 committed by Sam Brannen
parent 085565a771
commit 169795d673
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ Do not pass `Collection<String>` 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: