Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53208 - trunk/libs/spirit/doc
From: hartmut.kaiser_at_[hidden]
Date: 2009-05-23 11:43:44


Author: hkaiser
Date: 2009-05-23 11:43:43 EDT (Sat, 23 May 2009)
New Revision: 53208
URL: http://svn.boost.org/trac/boost/changeset/53208

Log:
Spirit: Fixed doc typos (fixes #2610)
Text files modified:
   trunk/libs/spirit/doc/introduction.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/spirit/doc/introduction.qbk
==============================================================================
--- trunk/libs/spirit/doc/introduction.qbk (original)
+++ trunk/libs/spirit/doc/introduction.qbk 2009-05-23 11:43:43 EDT (Sat, 23 May 2009)
@@ -58,7 +58,7 @@
 
 The separate sublibraries __qi__, __karma__ and __lex__ are well integrated
 with any of the other parts. Because of their similar structure and identical
-underlying technology they are usable either separately or together at the
+underlying technology these are usable either separately or together at the
 same time. For instance is it possible to directly feed the hierarchical data
 structures generated by __qi__ into output generators created using __karma__;
 or to use the token sequence generated by __lex__ as the input for a parser
@@ -178,7 +178,7 @@
 ]
 
 The syntax is similar to /Qi/ with the exception that we use the `<<`
-operator for output concatenation. This should be easy to remember as it
+operator for output concatenation. This should be easy to understand as it
 follows the conventions used in the Standard's I/O streams.
 
 Another important feature of /karma/ allows you to fully decouple the data


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