mirror of https://github.com/ARMmbed/mbed-os.git
fix doc in the function empty
parent
cf2378ecbd
commit
ba7045392c
|
@ -56,7 +56,7 @@ public:
|
||||||
|
|
||||||
/** Check if the mail queue is empty
|
/** 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 {
|
bool empty() const {
|
||||||
return _queue.empty();
|
return _queue.empty();
|
||||||
|
|
Loading…
Reference in New Issue