From 3439bcef48e2476621f6db58767bef040f5395d3 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 11 Dec 2016 01:54:28 +0300 Subject: [PATCH] Fix typo in docs --- doc/stacktrace.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stacktrace.qbk b/doc/stacktrace.qbk index 1798cf9..656712a 100644 --- a/doc/stacktrace.qbk +++ b/doc/stacktrace.qbk @@ -151,7 +151,7 @@ You can provide more information along with exception by embedding stacktraces i * Write a basic class that holds the stacktrace: -[getting_stated_class_traced] +[getting_started_class_traced] * Write a helper class for appending class `traced` to any exception: