Skip to content

Commit 1298d1e

Browse files
committed
#418 - Polishing.
Fix fluent API documentation headers.
1 parent c751310 commit 1298d1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/asciidoc/reference/r2dbc-fluent.adoc

+6-6
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ Mono<Void> insert = databaseClient.insert()
156156
Modifying statements allow consumption of the number of affected rows or tabular results for consuming generated keys.
157157
====
158158

159-
[r2dbc.datbaseclient.fluent-api.insert.methods]]
160-
==== Methods for INSERT operations
159+
[[r2dbc.datbaseclient.fluent-api.insert.methods]]
160+
=== Methods for INSERT operations
161161

162162
The `insert()` entry point exposes the following additional methods to provide options for the operation:
163163

@@ -218,8 +218,8 @@ Mono<Void> update = databaseClient.update()
218218
Modifying statements also allow consumption of the number of affected rows.
219219
====
220220

221-
[r2dbc.datbaseclient.fluent-api.update.methods]]
222-
==== Methods for UPDATE operations
221+
[[r2dbc.datbaseclient.fluent-api.update.methods]]
222+
=== Methods for UPDATE operations
223223

224224
The `update()` entry point exposes the following additional methods to provide options for the operation:
225225

@@ -257,8 +257,8 @@ Mono<Void> delete = databaseClient.delete()
257257
Modifying statements also allow consumption of the number of affected rows.
258258
====
259259

260-
[r2dbc.datbaseclient.fluent-api.delete.methods]]
261-
==== Methods for DELETE operations
260+
[[r2dbc.datbaseclient.fluent-api.delete.methods]]
261+
=== Methods for DELETE operations
262262

263263
The `delete()` entry point exposes the following additional methods to provide options for the operation:
264264

0 commit comments

Comments
 (0)