diff --git a/doc/src/refmanual/vector.rst b/doc/src/refmanual/vector.rst index a1cb878..f4fb896 100644 --- a/doc/src/refmanual/vector.rst +++ b/doc/src/refmanual/vector.rst @@ -110,7 +110,7 @@ into ``v``, ``r`` is a |Forward Sequence|, ``n`` is an |Integral Constant|, and | | see |Back Extensible Sequence|. | +---------------------------------------+-----------------------------------------------------------+ | ``push_front::type`` | A new ``vector`` of following elements: | -| | |begin/end|, ``x``; see |Front Extensible Sequence|. | +| | ``x``, |begin/end|; see |Front Extensible Sequence|. | +---------------------------------------+-----------------------------------------------------------+ | ``pop_front::type`` | A new ``vector`` of following elements: | | | [``next< begin::type >::type``, ``end::type``); |