Fix typo in docs (#56190)

Some dashes were swapped for question marks in bf4c364. Swap them back.
This commit is contained in:
Rory Hunter 2020-05-05 15:19:01 +01:00 committed by Rory Hunter
parent cc1af50214
commit fd91617b19
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ and a status code of 409. See <<optimistic-concurrency-control>> for more detail
[[index-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
fed into the hash function used by the router can be directly specified
on a per-operation basis using the `routing` parameter. For example: