You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
0 commit comments