Skip to content

Commit 960fa62

Browse files
authored
[meta.reflection.queries] Add comma in comment in example (cplusplus#9020)
1 parent 16464ed commit 960fa62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3913,7 +3913,7 @@
39133913
int x;
39143914
int& y = x;
39153915

3916-
static_assert(^^x != ^^y); // OK, \tcode{r} and \tcode{y} are different variables so their
3916+
static_assert(^^x != ^^y); // OK, \tcode{r} and \tcode{y} are different variables, so their
39173917
// reflections compare different
39183918
static_assert(object_of(^^x) == object_of(^^y)); // OK, because \tcode{y} is a reference
39193919
// to \tcode{x}, their underlying objects are the same

0 commit comments

Comments
 (0)