Skip to content

Commit ec08c11

Browse files
authored
[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 <[email protected]>
1 parent 282fc93 commit ec08c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Dialects/SPIR-V.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ This corresponds to SPIR-V [struct type][StructType]. Its syntax is
388388
```
389389
struct-member-decoration ::= integer-literal? spirv-decoration*
390390
struct-type ::= `!spirv.struct<` spirv-type (`[` struct-member-decoration `]`)?
391-
(`, ` spirv-type (`[` struct-member-decoration `]`)?
391+
(`, ` spirv-type (`[` struct-member-decoration `]`)? `>`
392392
```
393393

394394
For Example,

0 commit comments

Comments
 (0)