Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62074 - trunk/libs/spirit/doc/qi
From: joel_at_[hidden]
Date: 2010-05-18 00:55:48


Author: djowel
Date: 2010-05-18 00:55:47 EDT (Tue, 18 May 2010)
New Revision: 62074
URL: http://svn.boost.org/trac/boost/changeset/62074

Log:
fix copy-paste error
Text files modified:
   trunk/libs/spirit/doc/qi/concepts.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/spirit/doc/qi/concepts.qbk
==============================================================================
--- trunk/libs/spirit/doc/qi/concepts.qbk (original)
+++ trunk/libs/spirit/doc/qi/concepts.qbk 2010-05-18 00:55:47 EDT (Tue, 18 May 2010)
@@ -22,8 +22,8 @@
 [heading Description]
 
 The /Parser/ is the most fundamental concept. A Parser has a member
-function, `parse`, that accepts a first-last __fwditer__ pair andreturns bool as its result. The iterators delimit the data being parsed.function `parse`, that accepts a first-last __fwditer__ pair and
-returns `bool` as its result. The iterators delimit the data being parsed.
+function, `parse`, that accepts a first-last __fwditer__ pair and returns
+bool as its result. The iterators delimit the data being parsed.
 The Parser's `parse` member function returns `true` if the parse
 succeeds, in which case the first iterator is advanced accordingly. Each
 Parser can represent a specific pattern or algorithm, or it can be a


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk