Skip to content

Commit 2e96d80

Browse files
committed
Fix typo
1 parent cccb599 commit 2e96d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp23/zero_init.dot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subgraph cluster_zero_initialization {
1717
// 6.1
1818
{
1919
YN_QUESTION_NODE(zero_is_scalar, "Is T a scalar type?", "[dcl.init.general]/6.1", zero_scalar_init, zero_is_class)
20-
INSTRUCTION_NODE(zero_scalar_init, "Initialized the objecct to the value obtained by converting the literal 0 to T.", "[dcl.init.general]/6.1")
20+
INSTRUCTION_NODE(zero_scalar_init, "Initialized the object to the value obtained by converting the literal 0 to T.", "[dcl.init.general]/6.1")
2121
-> NEW_DONE()
2222
}
2323

0 commit comments

Comments
 (0)