diff --git a/minmax/index.html b/minmax/index.html index 42bb831..7a82fc5 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -11,7 +11,7 @@
@@ -71,7 +71,7 @@ but I ruled against that (see rationale).If you are interested about -performance, +performance, you will see that minmax_element is just slightly less efficient than a single min_element or max_element, and thus twice as efficient as two separate calls to min_element and