From 35e7f292fc42d4f6f3e9d5bece42f72f8076e9cb Mon Sep 17 00:00:00 2001 From: Victor Vazquez Date: Fri, 5 Mar 2021 05:47:19 +0000 Subject: [PATCH] fix wrong doc (#1783) --- sdk/core/azure-core/inc/azure/core/http/http.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/core/azure-core/inc/azure/core/http/http.hpp b/sdk/core/azure-core/inc/azure/core/http/http.hpp index 18733137a..5528ed7b4 100644 --- a/sdk/core/azure-core/inc/azure/core/http/http.hpp +++ b/sdk/core/azure-core/inc/azure/core/http/http.hpp @@ -663,7 +663,7 @@ namespace Azure { namespace Core { namespace Http { // ===== Methods used to build HTTP response ===== /** - * @brief Set an HTTP header to the #Azure::Core::Http::Request. + * @brief Set an HTTP header to the #RawResponse. * * @remark The \p name must contain valid header name characters (RFC 7230). * @@ -675,7 +675,7 @@ namespace Azure { namespace Core { namespace Http { void SetHeader(std::string const& name, std::string const& value); /** - * @brief Set an HTTP header to the #Azure::Core::Http::Request. + * @brief Set an HTTP header to the #RawResponse. * * @remark The \p header must contain valid header name characters (RFC 7230). * @remark Header name, value and delimiter are expected to be in \p header. @@ -687,7 +687,7 @@ namespace Azure { namespace Core { namespace Http { void SetHeader(std::string const& header); /** - * @brief Set an HTTP header to the #Azure::Core::Http::Request. + * @brief Set an HTTP header to the #RawResponse. * * @remark The string referenced by \p first and \p last must contain valid header name * characters (RFC 7230).