diff --git a/utility.htm b/utility.htm
index c46c515..94920c3 100644
--- a/utility.htm
+++ b/utility.htm
@@ -168,7 +168,7 @@ void f() {
TN)>::type names the type
decltype(boost::declval<F>()(boost::declval<T1>(),
boost::declval<T2>(), ...,
- boost::declval<TN>())), as in the
+ boost::declval<TN>()))
, as in the
following example.