From 5b3bbab314bd78c1625ca198d175a7e61c5eb244 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 28 Aug 2006 06:14:30 +0000 Subject: [PATCH] transform.rst: fix copy & paste errors (merged from RC_1_34_0) [SVN r34977] --- doc/src/refmanual/transform.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/refmanual/transform.rst b/doc/src/refmanual/transform.rst index 0912114..cd577af 100644 --- a/doc/src/refmanual/transform.rst +++ b/doc/src/refmanual/transform.rst @@ -9,7 +9,7 @@ Synopsis .. parsed-literal:: template< - typename Seq + typename Sequence , typename Op , typename In = |unspecified| > @@ -35,11 +35,11 @@ Description ``transform`` is an |overloaded name|: -* ``transform`` returns a transformed copy of the original sequence +* ``transform`` returns a transformed copy of the original sequence produced by applying an unary transformation ``Op`` to every element in the |begin/end| range. -* ``transform`` returns a new sequence produced by applying a +* ``transform`` returns a new sequence produced by applying a binary transformation ``BinaryOp`` to a pair of elements (e\ :sub:`1`, e2\ :sub:`1`) from the corresponding |begin/end| and |begin/end| ranges.