diff --git a/static_assert.htm b/static_assert.htm index 92f475e..9661bd6 100644 --- a/static_assert.htm +++ b/static_assert.htm @@ -131,7 +131,7 @@ argument, we can achieve this using something like this:

#include <climits>
 #include <boost/static_assert.hpp>
 
-Template <class UnsignedInt>template <class UnsignedInt>
+template <class UnsignedInt>
 class myclass
 {
 private: