Commit 78e27f3
authored
Vb.net: Fix typo in enum member syntax description (#49666)
- Was [<attribute list>] member name [ = initializer ],
- Should be [<attribute list>] membername [ = initializer ],
- Reason: `membername` is a single identifier; later in the document it is referred to as `membername`1 parent 0df9a83 commit 78e27f3
File tree
1 file changed
+1
-1
lines changed- docs/visual-basic/language-reference/statements
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments