Update of /cvsroot/boost/boost/libs/fusion/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31455

Modified Files:
        sequences.qbk 
Log Message:
typo fix

Index: sequences.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/doc/sequences.qbk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sequences.qbk       2 Apr 2007 15:45:59 -0000       1.5
+++ sequences.qbk       10 Apr 2007 22:27:41 -0000      1.6
@@ -1,11 +1,11 @@
 [section Sequences]
 
-Like __mpl__, the Sequence is a fundamental concept in Fusion. A Sequence 
-may or may not actually store or contain data. __containers__ are sequences 
-that hold data. __views__, on the other hand, are sequences that do not 
-store any data. Instead, they are proxies that impart an alternative 
-presentation over another sequence. All models of Sequence have an 
-associated __iterator__ type that can be used to iterate through the 
+Like __mpl__, the Sequence is a fundamental concept in Fusion. A Sequence
+may or may not actually store or contain data. __containers__ are sequences
+that hold data. __views__, on the other hand, are sequences that do not
[...1713 lines suppressed...]
 
 [*Semantics]: Returns b < a.
@@ -3923,13 +3923,13 @@
 
 [*Return type]: `bool`
 
-[*Requirements]: 
+[*Requirements]:
 
-For each element, `e1`, in  sequence `a`, and for each element, `e2`, in 
-sequence `b`, `a < b` is a valid expression returning a type that is 
+For each element, `e1`, in  sequence `a`, and for each element, `e2`, in
+sequence `b`, `a < b` is a valid expression returning a type that is
 convertible to bool.
 
-An attempt to compare two Sequences of different lengths results in a 
+An attempt to compare two Sequences of different lengths results in a
 compile time error.
 
 [*Semantics]: Returns !(a < b).


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to