1
0
forked from boostorg/core

Corrected a typo in the comment.

This commit is contained in:
Andrey Semashev
2019-04-13 19:19:40 +03:00
parent 4ea704e80a
commit 0c5cff67b6

View File

@ -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:
*