Skip to content

Commit 72b569a

Browse files
authored
Fix duplicate tag in documentation. (#1681)
Closes #1673.
1 parent 848aaa7 commit 72b569a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main/asciidoc/template.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ couchbaseTemplate.mutateInById(User.class)
8888
----
8989
====
9090

91-
[[template.sub-document-ops]]
91+
[[template.sub-document-ops-multi]]
9292
=== Executing Multiple Sub-Document Operations
9393

9494
Multiple Sub-Document operations can be executed at once on the same document, allowing you to modify several Sub-Documents at once. When multiple operations are submitted within the context of a single mutateIn command, the server will execute all the operations with the same version of the document.
@@ -129,4 +129,4 @@ couchbaseTemplate.mutateInById(User.class)
129129
.withCasProvided()
130130
.one(user);
131131
----
132-
====
132+
====

0 commit comments

Comments
 (0)