Skip to content

Commit 5a621f2

Browse files
committed
[expr.prim.id] Add comma in example.
1 parent ac63605 commit 5a621f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
decltype(f)* p2 = nullptr; // error: the type \tcode{decltype(f)} is invalid
523523
}
524524
\end{codeblock}
525-
In each case the constraints of \tcode{f} are not satisfied.
525+
In each case, the constraints of \tcode{f} are not satisfied.
526526
In the declaration of \tcode{p2},
527527
those constraints are required to be satisfied
528528
even though

0 commit comments

Comments
 (0)