diff --git a/src/main/asciidoc/reference/r2dbc-fluent.adoc b/src/main/asciidoc/reference/r2dbc-fluent.adoc index d57160b7..801927d6 100644 --- a/src/main/asciidoc/reference/r2dbc-fluent.adoc +++ b/src/main/asciidoc/reference/r2dbc-fluent.adoc @@ -156,8 +156,8 @@ Mono insert = databaseClient.insert() Modifying statements allow consumption of the number of affected rows or tabular results for consuming generated keys. ==== -[r2dbc.datbaseclient.fluent-api.insert.methods]] -==== Methods for INSERT operations +[[r2dbc.datbaseclient.fluent-api.insert.methods]] +=== Methods for INSERT operations The `insert()` entry point exposes the following additional methods to provide options for the operation: @@ -218,8 +218,8 @@ Mono update = databaseClient.update() Modifying statements also allow consumption of the number of affected rows. ==== -[r2dbc.datbaseclient.fluent-api.update.methods]] -==== Methods for UPDATE operations +[[r2dbc.datbaseclient.fluent-api.update.methods]] +=== Methods for UPDATE operations The `update()` entry point exposes the following additional methods to provide options for the operation: @@ -257,8 +257,8 @@ Mono delete = databaseClient.delete() Modifying statements also allow consumption of the number of affected rows. ==== -[r2dbc.datbaseclient.fluent-api.delete.methods]] -==== Methods for DELETE operations +[[r2dbc.datbaseclient.fluent-api.delete.methods]] +=== Methods for DELETE operations The `delete()` entry point exposes the following additional methods to provide options for the operation: