From 570c774ebddedf114cdd90902a720b26b42516ee Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Wed, 14 Oct 2020 12:05:20 +0800 Subject: [PATCH] fix typo in doc (#774) --- .../inc/azure/storage/common/storage_retry_policy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp index 9ef350360..978943fc0 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/storage_retry_policy.hpp @@ -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);