Skip to content

Commit 086241c

Browse files
committed
Correct a munged bit of doc text.
1 parent e3a3cc8 commit 086241c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/tutorial.qbk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,8 @@ final `'}'`. Later, you parse in some input:
24732473

24742474
bp::parse("{ 4, 5 a", value, bp::ws);
24752475

2476-
This should have the second expectation point, and produces output like this:
2476+
This runs afoul of the second expectation point, and produces output like
2477+
this:
24772478

24782479
[pre
24792480
1:7: error: Expected '}' here:

0 commit comments

Comments
 (0)