diff --git a/doc/strong_typedef.html b/doc/strong_typedef.html index 391d7d1d2..9ad9ceeb0 100644 --- a/doc/strong_typedef.html +++ b/doc/strong_typedef.html @@ -76,7 +76,7 @@

Usage

will create a new type "name" which will be substitutable for the original type but still of distinct type. -

Implemenation

+

Implementation

BOOST_STRONG_TYPEDEF is a macro which generates a class named "name" which wraps an instance of its primitive type and provides appropriate conversion operators in order