mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Fixed comment
This commit is contained in:
parent
0e4d57b05c
commit
0c75aed0fe
2
deque.h
2
deque.h
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user