Skip to content

Commit b9f0b84

Browse files
committed
Fix typo
1 parent 6cd56ad commit b9f0b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp23/default_init.dot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ subgraph cluster_default_initialization {
4747

4848
// 7.1
4949
{
50-
YN_QUESTION_NODE(default_is_class, "Is T a (possibly cv-qualified class type)?", "[dcl.init.general]/7.1", default_class_enumerate, default_is_array)
50+
YN_QUESTION_NODE(default_is_class, "Is T a (possibly cv-qualified) class type?", "[dcl.init.general]/7.1", default_class_enumerate, default_is_array)
5151

5252
INSTRUCTION_NODE(default_class_enumerate, "Enumerate the applicable constructors.", "[dcl.init.general]/7.1")
5353
-> INSTRUCTION_NODE(default_class_select, "Select the best constructor for the initializer \"()\".", "[dcl.init.general]/7.1")

0 commit comments

Comments
 (0)