diff --git a/libs/algorithm/minmax/index.html b/libs/algorithm/minmax/index.html
index 9a414e5..9b0312a 100644
--- a/libs/algorithm/minmax/index.html
+++ b/libs/algorithm/minmax/index.html
@@ -92,11 +92,11 @@ Synopsis of <boost/algorithm/minmax.hpp>
namespace boost {
template <class T>
- tuple<T const&, T const&> >
+ tuple<T const&, T const&>
minmax(const T& a, const T& b);
template <class T, class BinaryPredicate>
- tuple<T const&, T const&> >
+ tuple<T const&, T const&>
minmax(const T& a, const T& b, BinaryPredicate comp);
}