Skip to content

Commit 0ee4e54

Browse files
Eelistkoeppe
authored andcommitted
[re.traits] Use \placeholdernc for a placeholder. (#1668)
1 parent b7ac955 commit 0ee4e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
using char_type = charT;
10241024
using string_type = basic_string<char_type>;
10251025
using locale_type = locale;
1026-
using char_class_type = @{\itshape bitmask_type}@;
1026+
using char_class_type = @\placeholdernc{bitmask_type}@;
10271027

10281028
regex_traits();
10291029
static size_t length(const char_type* p);

0 commit comments

Comments
 (0)