Minor spelling correction.
This commit is contained in:
Fares Rihani 2018-09-28 15:24:15 -04:00 коммит произвёл Vincent Jiang (LEI)
Родитель 7e16451a48
Коммит 327dbaca89
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ ALL
* Fixed the issue that retry filter will continuously retry for client error like `ETIMEDOUT`.
BLOB
* When specifiying access condition `If-None-Match: *` for read, it will always fail.
* When specifying access condition `If-None-Match: *` for read, it will always fail.
QUEUE
* `createMessage` callback has been changed from `errorOrResponse` to `errorOrResult<QueueMessageResult>` which contains `messageId`, `popReceipt`, `timeNextVisible`, `insertionTime` and `expirationTime`. It can be passed to `updateMessage` and `deleteMessage` APIs.