x/website: there may be a defination mistake at https://go.dev/ref/spec#StructType #53732
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
website
Milestone
What is the URL of the page with the issue?
https://go.dev/ref/spec#StructType
What is your user agent?
[Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36]
Screenshot
What did you expect to see?
at screenshot1, you could see the defination of
EmbeddedField
is[ "*" ] TypeName
, but at screenshot2, the EmbeddedField with[typeArgs]
is OK. I think that should be fix toEmbeddedField = [ "*" ] TypeName [ typeArgs ]
The text was updated successfully, but these errors were encountered: