From fb6c72cd786c595c72662d4db7732ba240fccd15 Mon Sep 17 00:00:00 2001 From: ruben Date: Sat, 9 May 2020 17:08:35 +0100 Subject: [PATCH] Corrected an error description --- include/boost/mysql/impl/error_descriptions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mysql/impl/error_descriptions.hpp b/include/boost/mysql/impl/error_descriptions.hpp index c9173569..b0eb5eca 100644 --- a/include/boost/mysql/impl/error_descriptions.hpp +++ b/include/boost/mysql/impl/error_descriptions.hpp @@ -1404,7 +1404,7 @@ constexpr error_entry all_errors [] = { { errc::table_name_causes_too_long_path, "table_name_causes_too_long_path" }, { errc::audit_log_insufficient_privilege, "audit_log_insufficient_privilege" }, { errc::da_grp_rpl_started_auto_rejoin, "da_grp_rpl_started_auto_rejoin" }, - { errc::incomplete_message, "///< An incomplete message was received from the server" }, + { errc::incomplete_message, "An incomplete message was received from the server" }, { errc::extra_bytes, "Unexpected extra bytes at the end of a message were received" }, { errc::sequence_number_mismatch, "Mismatched sequence numbers" }, { errc::server_unsupported, "The server does not support the minimum required capabilities to establish the connection" },