Skip to content

Commit 1275b10

Browse files
committed
Merge branch '6.0.x'
2 parents 1f3dd3e + 2738b3e commit 1275b10

File tree

1 file changed

+5
-4
lines changed
  • framework-docs/modules/ROOT/pages/data-access

1 file changed

+5
-4
lines changed

framework-docs/modules/ROOT/pages/data-access/r2dbc.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,9 @@ Do not pass `Collection<String>` or the like as an array parameter.
417417
[[r2dbc-DatabaseClient-filter]]
418418
==== Statement Filters
419419

420-
Sometimes it you need to fine-tune options on the actual `Statement`
421-
before it gets run. Register a `Statement` filter
422-
(`StatementFilterFunction`) through `DatabaseClient` to intercept and
420+
Sometimes you need to fine-tune options on the actual `Statement`
421+
before it gets run. To do so, register a `Statement` filter
422+
(`StatementFilterFunction`) with the `DatabaseClient` to intercept and
423423
modify statements in their execution, as the following example shows:
424424

425425
[tabs]
@@ -445,7 +445,8 @@ Kotlin::
445445
----
446446
======
447447

448-
`DatabaseClient` exposes also simplified `filter(…)` overload accepting `Function<Statement, Statement>`:
448+
`DatabaseClient` also exposes a simplified `filter(…)` overload that accepts
449+
a `Function<Statement, Statement>`:
449450

450451
[tabs]
451452
======

0 commit comments

Comments
 (0)