Skip to content

Commit 2345d2c

Browse files
authored
docs: removed unnecessary comment
Removed an unnecessary comment in the documentation related to Array Declarations.
1 parent b838a99 commit 2345d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-language/array-declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An "array declaration" names the array and specifies the type of its elements. I
2525
*`declarator`*:\
2626
&emsp;*`pointer`*<sub>opt</sub> *`direct-declarator`*
2727

28-
*`direct-declarator`*: /\* A function declarator \*/\
28+
*`direct-declarator`*:\
2929
&emsp;*`direct-declarator`* **`[`** *`constant-expression`*<sub>opt</sub> **`]`**
3030

3131
Because *`constant-expression`* is optional, the syntax has two forms:

0 commit comments

Comments
 (0)