From 36cbbd2cdd59dc1b14865823c9b1a780b7eb3356 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Mon, 27 Feb 2023 18:02:01 -0800 Subject: [PATCH] Fix duplicate tag in documentation. Closes #1673. --- src/main/asciidoc/template.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/template.adoc b/src/main/asciidoc/template.adoc index bb9d47121..c83143f6a 100644 --- a/src/main/asciidoc/template.adoc +++ b/src/main/asciidoc/template.adoc @@ -88,7 +88,7 @@ couchbaseTemplate.mutateInById(User.class) ---- ==== -[[template.sub-document-ops]] +[[template.sub-document-ops-multi]] === Executing Multiple Sub-Document Operations 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) .withCasProvided() .one(user); ---- -==== \ No newline at end of file +====