Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit b70c978

Browse files
authored
Merge pull request #690 from elastic/revert-689-lcawley-quickfix
Revert "[DOCS] Fix callout in definitive guide"
2 parents 8fde951 + a5415ad commit b70c978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

030_Data/45_Partial_update.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ POST /website/pageviews/1/_update?retry_on_conflict=5 <1>
240240
}
241241
--------------------------------------------------
242242
// SENSE: 030_Data/45_Upsert.json
243-
244-
\<1> Retry this update five times before failing.
243+
<1> Retry this update five times before failing.
245244

246245
This works well for operations such as incrementing a counter, where the order of
247246
increments does not matter, but in other situations the order of
@@ -250,3 +249,4 @@ adopts a _last-write-wins_ approach by default, but it also accepts a
250249
`version` parameter that allows you to use
251250
<<optimistic-concurrency-control,optimistic concurrency control>> to specify
252251
which version of the document you intend to update.
252+

0 commit comments

Comments
 (0)