Skip to content

Commit

Permalink
Fix documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stertingen committed Jan 27, 2021
1 parent 72d0b75 commit a59e62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/amqpcpp/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit a59e62f

Please sign in to comment.