From 086241cbd9a2b9a78f763be228cfedac2404d610 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Sun, 12 Oct 2025 21:04:26 -0500 Subject: [PATCH] Correct a munged bit of doc text. --- doc/tutorial.qbk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tutorial.qbk b/doc/tutorial.qbk index 2e77d55b..aefc7cc0 100644 --- a/doc/tutorial.qbk +++ b/doc/tutorial.qbk @@ -2473,7 +2473,8 @@ final `'}'`. Later, you parse in some input: bp::parse("{ 4, 5 a", value, bp::ws); -This should have the second expectation point, and produces output like this: +This runs afoul of the second expectation point, and produces output like +this: [pre 1:7: error: Expected '}' here: