File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/IRDL/IR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -597,7 +597,7 @@ def IRDL_AnyOfOp : IRDL_ConstraintOp<"any_of",
597
597
```
598
598
599
599
The above program defines a type `complex` inside the dialect `cmath` that
600
- can have a single type parameter that can be either `i32`, `i64`, `f32` or
600
+ has a single type parameter that can be either `i32`, `i64`, `f32` or
601
601
`f64`.
602
602
}];
603
603
@@ -634,7 +634,7 @@ def IRDL_AllOfOp : IRDL_ConstraintOp<"all_of",
634
634
```
635
635
636
636
The above program defines a type `complex` inside the dialect `cmath` that
637
- can has one parameter that must be 32-bit long and a float (in other
637
+ has one parameter that must be 32-bit long and a float (in other
638
638
words, that must be `f32`).
639
639
}];
640
640
You can’t perform that action at this time.
0 commit comments