diff --git a/smart_ptr.htm b/smart_ptr.htm index 5fb0e8d..497c63f 100644 --- a/smart_ptr.htm +++ b/smart_ptr.htm @@ -105,7 +105,7 @@ and that is thrown only by functions which are explicitly documented as possibly throwing std::bad_alloc.
Exception-specifications are not used; see
+ Exception-specifications are not used; see
exception-specification rationale. All the smart pointer templates contain member functions which can never throw
exceptions, because they neither throw exceptions themselves nor call other