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 to EmbeddedField = [ "*" ] TypeName [ typeArgs ]
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
EmbeddedFieldis[ "*" ] TypeName, but at screenshot2, the EmbeddedField with[typeArgs]is OK. I think that should be fix toEmbeddedField = [ "*" ] TypeName [ typeArgs ]