Skip to content

Commit cd7bd3e

Browse files
committed
Trailing space.
1 parent bd330e3 commit cd7bd3e

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
@@ -5188,7 +5188,7 @@
51885188
template<int> struct X { };
51895189
constexpr A a = 42;
51905190
X<a> x; // OK: unique conversion to \tcode{int}
5191-
int ary[a]; // error: ambiguous: conversion
5191+
int ary[a]; // error: ambiguous: conversion
51925192
\end{codeblock}
51935193
\end{example}%
51945194
\indextext{expression|)}

0 commit comments

Comments
 (0)