From a59e62f63aa224b35c636b77bcd6474a6f1b29af Mon Sep 17 00:00:00 2001 From: stertingen Date: Wed, 27 Jan 2021 17:57:44 +0100 Subject: [PATCH] Fix documentation comment --- include/amqpcpp/connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/amqpcpp/connection.h b/include/amqpcpp/connection.h index 4898470c..5db6c935 100644 --- a/include/amqpcpp/connection.h +++ b/include/amqpcpp/connection.h @@ -86,8 +86,8 @@ class Connection Connection &operator=(const Connection &connection) = delete; /** - * Retrieve the login data - * @return Login + * Retrieve the authentication data + * @return Authentication */ const Authentication &authentication() const {