Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65647 - trunk/libs/signals2/doc/reference
From: fmhess_at_[hidden]
Date: 2010-09-28 10:58:49


Author: fmhess
Date: 2010-09-28 10:58:46 EDT (Tue, 28 Sep 2010)
New Revision: 65647
URL: http://svn.boost.org/trac/boost/changeset/65647

Log:
Fixed documentation typo.

Text files modified:
   trunk/libs/signals2/doc/reference/signal_header.xml | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/libs/signals2/doc/reference/signal_header.xml
==============================================================================
--- trunk/libs/signals2/doc/reference/signal_header.xml (original)
+++ trunk/libs/signals2/doc/reference/signal_header.xml 2010-09-28 10:58:46 EDT (Tue, 28 Sep 2010)
@@ -96,15 +96,15 @@
         </typedef>
         <typedef name="argument_type">
           <type>T1</type>
- <purpose>Exists iff iff arity == 1</purpose>
+ <purpose>Exists iff arity == 1</purpose>
         </typedef>
         <typedef name="first_argument_type">
           <type>T1</type>
- <purpose>Exists iff iff arity == 2</purpose>
+ <purpose>Exists iff arity == 2</purpose>
         </typedef>
         <typedef name="second_argument_type">
           <type>T2</type>
- <purpose>Exists iff iff arity == 2</purpose>
+ <purpose>Exists iff arity == 2</purpose>
         </typedef>
 
         <class name="arg">


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