Skip to content

Commit 99cc7f2

Browse files
Mel WCruz Monrreal II
authored andcommitted
Adding missing punctuation.
1 parent 377be71 commit 99cc7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/Queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ template<typename T, uint32_t queue_sz>
5959
class Queue : private mbed::NonCopyable<Queue<T, queue_sz> > {
6060
public:
6161
/** Create and initialize a message Queue of objects of the parameterized
62-
* type `T` and maximum capacity specified by `queue_sz`
62+
* type `T` and maximum capacity specified by `queue_sz`.
6363
*
6464
* @note You cannot call this function from ISR context.
6565
*/

0 commit comments

Comments
 (0)