fix doc in the function empty

pull/5158/head
YarivCol 2017-09-21 05:07:42 -07:00
parent cf2378ecbd
commit ba7045392c
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public:
/** Check if the mail queue is empty
*
* @return True if the mail queue is mail, false if not
* @return True if the mail queue is empty, false if not
*/
bool empty() const {
return _queue.empty();