diff --git a/docs/headers.md b/docs/headers.md index 96465a3..c41d49b 100644 --- a/docs/headers.md +++ b/docs/headers.md @@ -808,7 +808,7 @@ explicit final_action(F&& ff) noexcept; Construct an object with the action to invoke in the destructor. ```cpp -~final_action() noexcept; +~final_action() noexcept(std::is_nothrow_invocable_v); ``` The destructor will call the action that was passed in the constructor.