diff --git a/doc/tutorial.html b/doc/tutorial.html
index fc1203c..17c5f55 100644
--- a/doc/tutorial.html
+++ b/doc/tutorial.html
@@ -96,7 +96,7 @@ object. This is often referred to as "argument binding", and is beyond the scope
f(5); // Call x.foo(5)
-
Boost.Lambda. This library provides a powerful composition mechanism to construct function objects that uses very natural C++ syntax. Lambda requires a compiler that is reasonably conformant to the C++ standard.
+ The Boost.Lambda library. This library provides a powerful composition mechanism to construct function objects that uses very natural C++ syntax. Lambda requires a compiler that is reasonably conformant to the C++ standard.
References to Functions
@@ -199,7 +199,7 @@ boost::function2<float, int, int, SynchronizedPolicy, SynchronizedMixin> f
Douglas Gregor
-Last modified: Mon May 13 08:36:01 EDT 2002
+Last modified: Wed May 15 22:20:19 EDT 2002