|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50421 - trunk/libs/spirit/doc/qi_and_karma
From: joel_at_[hidden]
Date: 2009-01-01 00:43:53
Author: djowel
Date: 2009-01-01 00:43:50 EST (Thu, 01 Jan 2009)
New Revision: 50421
URL: http://svn.boost.org/trac/boost/changeset/50421
Log:
another typo
Text files modified:
trunk/libs/spirit/doc/qi_and_karma/roman.qbk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/spirit/doc/qi_and_karma/roman.qbk
==============================================================================
--- trunk/libs/spirit/doc/qi_and_karma/roman.qbk (original)
+++ trunk/libs/spirit/doc/qi_and_karma/roman.qbk 2009-01-01 00:43:50 EST (Thu, 01 Jan 2009)
@@ -152,7 +152,7 @@
for doing pre and post initializations.
* The expression `a || b` reads: match a or b and in sequence. That is, if both
- `a` and `b` match, it must be in sequence; this is equivalent to `a >> !b | b`,
+ `a` and `b` match, it must be in sequence; this is equivalent to `a >> -b | b`,
but more efficient.
[heading Let's Parse!]
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