From 0c5cff67b6b8a37b8b48558a01abc2bbfb814e9f Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sat, 13 Apr 2019 19:19:40 +0300 Subject: [PATCH] Corrected a typo in the comment. --- include/boost/core/uncaught_exceptions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/core/uncaught_exceptions.hpp b/include/boost/core/uncaught_exceptions.hpp index 29b1c7a..c39120b 100644 --- a/include/boost/core/uncaught_exceptions.hpp +++ b/include/boost/core/uncaught_exceptions.hpp @@ -9,7 +9,7 @@ * \author Andrey Semashev * \date 2018-11-10 * - * \brief This header provides an `uncaught_exception` function implementation, which was introduced in C++17. + * \brief This header provides an `uncaught_exceptions` function implementation, which was introduced in C++17. * * The code in this file is based on the implementation by Evgeny Panasyuk: *