summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2005-04-24 09:33:19 +0000
committerDaniel James <daniel@calamity.org.uk>2005-04-24 09:33:19 +0000
commitb829242c6d3963fe869605e9e2c8051e046637eb (patch)
treecb7105e3d519257814dc8b76c74b1675ef031140
parentedfe519eddcef5aa4ae1ae7317b6800c555373e4 (diff)
downloadboost-b829242c6d3963fe869605e9e2c8051e046637eb.tar.gz
Remove a couple of commas.
[SVN r28458]
-rw-r--r--libs/libraries.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 8d23df0656..eb0de76e11 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -124,7 +124,7 @@ how to download, build, and install the libraries.</p>
<li><a href="functional/index.html">functional</a> - Enhanced
function object adaptors, from Mark Rodgers.</li>
<li><a href="functional/hash/index.html">functional/hash</a> -
- A TR1 hash function object, that can be extended to hash user defined
+ A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.</li>
<li><a href="graph/doc/table_of_contents.html">graph</a> -
Generic graph components and algorithms, from Jeremy Siek
@@ -336,7 +336,7 @@ how to download, build, and install the libraries.</p>
<li><a href="functional/index.html">functional</a> - Enhanced
function object adaptors, from Mark Rodgers.</li>
<li><a href="functional/hash/index.html">functional/hash</a> -
- A TR1 hash function object, that can be extended to hash user defined
+ A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.</li>
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
function objects at the actual call site, and more, from Jaakko Järvi and