We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb6879 commit f6692f2Copy full SHA for f6692f2
source/basic.tex
@@ -1129,8 +1129,8 @@
1129
the locus of the declaration that hides it.
1130
\begin{example}
1131
\begin{codeblock}
1132
-const int i = 2;
1133
-{ int i[i]; }
+const int i = 2;
+{ int i[i]; }
1134
\end{codeblock}
1135
declares a block-scope array of two integers.
1136
\end{example}
@@ -4812,7 +4812,7 @@
4812
}
4813
4814
struct X { int i; }; // now \tcode{X} is a complete type
4815
-int arr[10]; // now the type of \tcode{arr} is complete
+int arr[10]; // now the type of \tcode{arr} is complete
4816
4817
X x;
4818
void bar() {
0 commit comments