Skip to content

Commit 0fedf0a

Browse files
authored
[meta.reflection.array] Add spaces around operator +
1 parent 06614c2 commit 0fedf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5713,7 +5713,7 @@
57135713

57145714
\pnum
57155715
Let $P$ be the template parameter object\iref{temp.param}
5716-
of type \tcode{const CharT[sizeof...(V)+1]}
5716+
of type \tcode{const CharT[sizeof...(V) + 1]}
57175717
initialized with \tcode{$V$..., CHART()}.
57185718

57195719
\pnum

0 commit comments

Comments
 (0)