Fixed comment

This commit is contained in:
John Wellbelove 2015-09-25 11:59:20 +01:00
parent 0e4d57b05c
commit 0c75aed0fe

View File

@ -50,7 +50,7 @@ namespace etl
{
//***************************************************************************
/// A fixed capacity double ended queue.
///\node The deque allocates one more element than the specified maximum size.
///\note The deque allocates one more element than the specified maximum size.
///\tparam T The type of items this deque holds.
///\tparam MAX_SIZE_ The capacity of the deque
///\ingroup deque