release notes - fix the incorrect functionname spelling

[SVN r37533]
This commit is contained in:
Pavol Droba
2007-04-29 07:04:58 +00:00
parent 6309379618
commit 1a02969303

View File

@ -8,6 +8,10 @@
-->
<section id="string_algo.release_notes" last-revision="$Date$">
<using-namespace name="boost"/>
<using-namespace name="boost::algorithm"/>
<title>Release Notes</title>
<itemizedlist>
@ -26,7 +30,7 @@
<functionname>lexicographical_compare()</functionname>
</listitem>
<listitem>
<functionname>join</functionname>
<functionname>join()</functionname> and <functionname>join_if()</functionname>
</listitem>
<listitem>
New comparison predicates <code>is_less</code>, <code>is_not_greater</code>