[mlir][doc][SPIR-V] Add missing > (#110464)

![image](https://github.com/user-attachments/assets/c3a8761f-647f-4a52-a68c-06a4cb543924)

If I'm not mistaken, there should be a right bracket here?

Signed-off-by: MingZhu Yan <yanmingzhu@iscas.ac.cn>
This commit is contained in:
MingZhu Yan 2024-09-30 21:30:06 +08:00 committed by GitHub
parent 282fc93f09
commit ec08c11878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -388,7 +388,7 @@ This corresponds to SPIR-V [struct type][StructType]. Its syntax is
```
struct-member-decoration ::= integer-literal? spirv-decoration*
struct-type ::= `!spirv.struct<` spirv-type (`[` struct-member-decoration `]`)?
(`, ` spirv-type (`[` struct-member-decoration `]`)?
(`, ` spirv-type (`[` struct-member-decoration `]`)? `>`
```
For Example,