Skip to content

Commit a59e62f

Browse files
committed
Fix documentation comment
1 parent 72d0b75 commit a59e62f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/amqpcpp/connection.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ class Connection
8686
Connection &operator=(const Connection &connection) = delete;
8787

8888
/**
89-
* Retrieve the login data
90-
* @return Login
89+
* Retrieve the authentication data
90+
* @return Authentication
9191
*/
9292
const Authentication &authentication() const
9393
{

0 commit comments

Comments
 (0)