Skip to content

Commit 4183274

Browse files
author
Antoine Fontaine
committed
Fix typo in the documentation
1 parent 9069a8d commit 4183274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/parser/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7811,7 +7811,7 @@ namespace boost { namespace parser {
78117811
control;
78127812

78137813
/** The punctuation character parser. Matches the full set of Unicode
7814-
punctuation clases (specifically, "Pc", "Pd", "Pe", "Pf", "Pi", "Ps",
7814+
punctuation classes (specifically, "Pc", "Pd", "Pe", "Pf", "Pi", "Ps",
78157815
and "Po"). */
78167816
inline BOOST_PARSER_ALGO_CONSTEXPR
78177817
parser_interface<char_set_parser<detail::punct_chars>>

0 commit comments

Comments
 (0)