From f0107c39b96b2b9168a0f82c7142cdabcc2f3c06 Mon Sep 17 00:00:00 2001 From: Michael Reiche <48999328+mikereiche@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:03:11 -0800 Subject: [PATCH] Fix duplicate tag in documentation. (#1681) 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 bb9d4712..c83143f6 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 +====