We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86344c commit d39a9f2Copy full SHA for d39a9f2
mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td
@@ -634,7 +634,7 @@ def IRDL_AllOfOp : IRDL_ConstraintOp<"all_of",
634
```
635
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
+ can have one parameter that must be 32-bit long and a float (in other
638
words, that must be `f32`).
639
}];
640
0 commit comments