diff --git a/doc/smart_ptr/intrusive_ptr.adoc b/doc/smart_ptr/intrusive_ptr.adoc index cb30a04..544fcc3 100644 --- a/doc/smart_ptr/intrusive_ptr.adoc +++ b/doc/smart_ptr/intrusive_ptr.adoc @@ -77,7 +77,7 @@ namespace boost { explicit operator bool () const noexcept; - void swap(intrusive_ptr & b) noexept; + void swap(intrusive_ptr & b) noexcept; }; template