From 7bfa6a1f3d69ecec3b7d74be708f1ee0c53c1c27 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 21 Apr 2019 21:33:55 +0300 Subject: [PATCH] Fix typo --- doc/smart_ptr/intrusive_ptr.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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