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 b838a99 commit 2345d2cCopy full SHA for 2345d2c
docs/c-language/array-declarations.md
@@ -25,7 +25,7 @@ An "array declaration" names the array and specifies the type of its elements. I
25
*`declarator`*:\
26
 *`pointer`*<sub>opt</sub> *`direct-declarator`*
27
28
-*`direct-declarator`*: /\* A function declarator \*/\
+*`direct-declarator`*:\
29
 *`direct-declarator`* **`[`** *`constant-expression`*<sub>opt</sub> **`]`**
30
31
Because *`constant-expression`* is optional, the syntax has two forms:
0 commit comments