Skip to content

Commit 8fde951

Browse files
authored
Merge pull request elastic#689 from lcawl/lcawley-quickfix
[DOCS] Fix callout in definitive guide
2 parents 871bf63 + e7ae568 commit 8fde951

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,7 +240,8 @@ POST /website/pageviews/1/_update?retry_on_conflict=5 <1>
240240
}
241241
--------------------------------------------------
242242
// SENSE: 030_Data/45_Upsert.json
243-
<1> Retry this update five times before failing.
243+
244+
\<1> Retry this update five times before failing.
244245

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

0 commit comments

Comments
 (0)