diff --git a/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp b/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp index 788eaf0bf6..10a69b7154 100644 --- a/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp +++ b/sdk/core/azure-core/inc/azure/core/internal/unique_handle.hpp @@ -55,7 +55,7 @@ namespace Azure { namespace Core { namespace _internal { * * template <> struct UniqueHandleHelper * { - * using type = BasicUniqueHandle; + * using type = BasicUniqueHandle; * }; */ // *** Given just T, map it to the corresponding FreeFunc