Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63622 - trunk/libs/spirit/example/qi
From: daniel_james_at_[hidden]
Date: 2010-07-04 14:52:49


Author: danieljames
Date: 2010-07-04 14:52:48 EDT (Sun, 04 Jul 2010)
New Revision: 63622
URL: http://svn.boost.org/trac/boost/changeset/63622

Log:
Fix quoting in spirit example.
Text files modified:
   trunk/libs/spirit/example/qi/reference.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/spirit/example/qi/reference.cpp
==============================================================================
--- trunk/libs/spirit/example/qi/reference.cpp (original)
+++ trunk/libs/spirit/example/qi/reference.cpp 2010-07-04 14:52:48 EDT (Sun, 04 Jul 2010)
@@ -668,7 +668,7 @@
         
         //[reference_eps_while
         /*`This example simulates the "classic" `while_p` parser. Here, the kleene loop
- will exit once the condition, c, becomes true. Notice that the condition, `c,
+ will exit once the condition, `c`, becomes true. Notice that the condition, `c`,
             is turned to `false` when we get to parse `4`.
          */
         test_phrase_parser("1 2 3 4",


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