Skip to content

Commit ba70453

Browse files
committed
fix doc in the function empty
1 parent cf2378e commit ba70453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/Mail.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Mail : private mbed::NonCopyable<Mail<T, queue_sz> > {
5656

5757
/** Check if the mail queue is empty
5858
*
59-
* @return True if the mail queue is mail, false if not
59+
* @return True if the mail queue is empty, false if not
6060
*/
6161
bool empty() const {
6262
return _queue.empty();

0 commit comments

Comments
 (0)