Skip to content

Commit a66d8f6

Browse files
[mlir][doc] fixup code block (#153977)
This fixes a small typo in the toy tutorial. A code block was not correctly terminated, causing it to run into the subsequent block.
1 parent 66a2d1b commit a66d8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/Toy/Ch-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ let arguments = (ins
170170
OptionalAttr<DictArrayAttr>:$arg_attrs,
171171
OptionalAttr<DictArrayAttr>:$res_attrs
172172
);
173-
173+
```
174174

175175
We have already provided the definition in the `extraClassDeclaration`
176176
field of the `FuncOp` class:

0 commit comments

Comments
 (0)