diff --git a/sdk/core/azure-core/inc/azure/core/etag.hpp b/sdk/core/azure-core/inc/azure/core/etag.hpp index eec3945cab..56658850fe 100644 --- a/sdk/core/azure-core/inc/azure/core/etag.hpp +++ b/sdk/core/azure-core/inc/azure/core/etag.hpp @@ -181,7 +181,7 @@ class ETag final { /** * @brief #Azure::ETag representing everything. - * @note The any #Azure::ETag is *, (unquoted). It is NOT the same as "*". + * @note The any #Azure::ETag is *, (unquoted). It is NOT the same as * in quotes. */ static const ETag& Any(); };