diff --git a/minmax/index.html b/minmax/index.html
index ad1b801..9b0312a 100644
--- a/minmax/index.html
+++ b/minmax/index.html
@@ -243,7 +243,7 @@ range
-Complexity
+Complexity
Minmax performs a single comparison and is otherwise of constant complexity.
The use of boost::tuple<T const&> prevents copy
constructors in case the arguments are passed by reference.
@@ -438,7 +438,7 @@ comparisons).
The minmax algorithms are useful in computing the extent of a range.