trivial json markup fix

This commit is contained in:
Jean-Paul Calderone 2018-05-17 14:01:18 -04:00
parent 5fa71484e3
commit 1d3f9715f8

View File

@ -270,7 +270,7 @@ For example::
{ {
"shares": [3, 5, 7], "shares": [3, 5, 7],
"read-vector": ["offset": 3, "size": 12}, ...] "read-vector": [{"offset": 3, "size": 12}, ...]
} }
The response body contains a mapping giving the read data. The response body contains a mapping giving the read data.