From 0bddb90c1db5657816d2857fc1d3b69730c8c74c Mon Sep 17 00:00:00 2001 From: Dirk Jagdmann Date: Thu, 14 Nov 2019 13:29:33 -0800 Subject: [PATCH] fix typo in stacktrace.qbk --- doc/stacktrace.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stacktrace.qbk b/doc/stacktrace.qbk index ff0bf98..cf251ef 100644 --- a/doc/stacktrace.qbk +++ b/doc/stacktrace.qbk @@ -142,7 +142,7 @@ Now we do know the steps that led to the assertion and can find the error withou [section Exceptions with stacktrace] -You can provide more information along with exception by embedding stacktraces into the exception. There are many ways to do that, here's how to doe that using Boost.Exception: +You can provide more information along with exception by embedding stacktraces into the exception. There are many ways to do that, here's how to do that using Boost.Exception: * Declare a `boost::error_info` typedef that holds the stacktrace: