From 2d5e02f38285b31517a24585728cc2627af2ab53 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 1 Jun 2009 12:55:33 +0000 Subject: [PATCH] Fix #640 in sources [SVN r53534] --- doc/src/refmanual/vector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``); |