fix typo in doc (#774)

This commit is contained in:
JinmingHu 2020-10-14 12:05:20 +08:00 committed by GitHub
parent 33025d7b23
commit 570c774ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ namespace Azure { namespace Storage {
std::chrono::milliseconds RetryDelay = std::chrono::seconds(4);
/**
* @brief Mimimum amount of time between retry attempts.
* @brief Maximum amount of time between retry attempts.
*/
std::chrono::milliseconds MaxRetryDelay = std::chrono::minutes(2);