Skip to content

Commit b5d4339

Browse files
committed
Fix semicolon-delimited bullet list in parsers table.
1 parent 6d7fa6f commit b5d4339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tables.qbk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ itself be used as a parser; it must be called. In the table below:
3434

3535
* `a` is a semantic action;
3636

37-
* `r` is an object whose type models `parsable_range`; and
37+
* `r` is an object whose type models `parsable_range`;
3838

39-
* `p`, `p1`, `p2`, ... are parsers.
39+
* `p`, `p1`, `p2`, ... are parsers; and
4040

4141
* `escapes` is a _symbols_t_ object, where `T` is `char` or `char32_t`.
4242

0 commit comments

Comments
 (0)