From 4b1e5607e1f13d59003ea1dda833f2a781bfde3c Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Tue, 22 Jun 2010 04:20:26 +0000 Subject: [PATCH] Fix a copy/paste error. [SVN r63220] --- doc/view.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/view.qbk b/doc/view.qbk index fdc1b51b..f4a00a78 100644 --- a/doc/view.qbk +++ b/doc/view.qbk @@ -588,7 +588,7 @@ printing a `repetitive_view` to `std::cout` is not. [table [[Expression] [Return Type] [Semantics]] - [[`RV(s)`] [] [Creates an `repetitive_view` given a sequence and a list of indicies.]] + [[`RV(s)`] [] [Creates an `repetitive_view` given the underlying sequence.]] [[`RV(rv1)`] [] [Copy constructs an `repetitive_view` from another `repetitive_view`, `rv1`.]] [[`rv1 = rv2`] [] [Assigns to a `repetitive_view`, `rv1`, from another `repetitive_view`, `rv2`.]] [[`__begin__(rv)`] [__forward_iterator__] []]