|
Boost-Commit : |
From: marshall_at_[hidden]
Date: 2008-05-03 19:45:31
Author: marshall
Date: 2008-05-03 19:45:30 EDT (Sat, 03 May 2008)
New Revision: 45097
URL: http://svn.boost.org/trac/boost/changeset/45097
Log:
Updated docs re bug #1855
Text files modified:
trunk/libs/lambda/doc/lambda.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/lambda/doc/lambda.xml
==============================================================================
--- trunk/libs/lambda/doc/lambda.xml (original)
+++ trunk/libs/lambda/doc/lambda.xml 2008-05-03 19:45:30 EDT (Sat, 03 May 2008)
@@ -44,7 +44,7 @@
<para>
The Boost Lambda Library (BLL in the sequel) is a C++ template
- library, which implements form of <emphasis>lambda abstractions</emphasis> for C++.
+ library, which implements a form of <emphasis>lambda abstractions</emphasis> for C++.
The term originates from functional programming and lambda calculus, where a lambda abstraction defines an unnamed function.
The primary motivation for the BLL is to provide flexible and
convenient means to define unnamed function objects for STL algorithms.
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