Fix typo in docs (#56190)
Some dashes were swapped for question marks in bf4c364
. Swap them back.
This commit is contained in:
parent
cc1af50214
commit
fd91617b19
|
@ -236,7 +236,7 @@ and a status code of 409. See <<optimistic-concurrency-control>> for more detail
|
||||||
[[index-routing]]
|
[[index-routing]]
|
||||||
===== Routing
|
===== Routing
|
||||||
|
|
||||||
By default, shard placement ? or `routing` ? is controlled by using a
|
By default, shard placement -- or `routing` -- is controlled by using a
|
||||||
hash of the document's id value. For more explicit control, the value
|
hash of the document's id value. For more explicit control, the value
|
||||||
fed into the hash function used by the router can be directly specified
|
fed into the hash function used by the router can be directly specified
|
||||||
on a per-operation basis using the `routing` parameter. For example:
|
on a per-operation basis using the `routing` parameter. For example:
|
||||||
|
|
Loading…
Reference in New Issue