From 4c807aec75296b915878c7ddd8bab8c9b0167844 Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Mon, 14 Jan 2019 18:13:22 +0100 Subject: [PATCH] Update a deprecation message --- include/continuable/continuable-primitives.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/continuable/continuable-primitives.hpp b/include/continuable/continuable-primitives.hpp index 6e808ae..d680255 100644 --- a/include/continuable/continuable-primitives.hpp +++ b/include/continuable/continuable-primitives.hpp @@ -90,7 +90,7 @@ struct exception_arg_t {}; /// \copydoc exception_arg_t /// -/// \deprecated The exception_arg_t was deprecated in order to move closer +/// \deprecated The dispatch_error_tag was deprecated in order to move closer /// to the types specified in the "A Unified Future" proposal /// especially regarding naming types similar. /// @@ -111,7 +111,7 @@ using exception_t = detail::types::exception_t; /// \copydoc exception_t /// -/// \deprecated The exception_t was deprecated in order to move closer +/// \deprecated The error_type was deprecated in order to move closer /// to the types specified in the "A Unified Future" proposal /// especially regarding naming types similar. ///