[Mlir-commits] [mlir] Fix typo in IRDL docs (PR #140460)
Noam Zaks
llvmlistbot at llvm.org
Mon May 19 00:18:00 PDT 2025
================
@@ -634,7 +634,7 @@ def IRDL_AllOfOp : IRDL_ConstraintOp<"all_of",
```
The above program defines a type `complex` inside the dialect `cmath` that
- 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
----------------
noamzaks wrote:
Sure, I chose "can have" because it is used in lines 600 and 637, so I'll change them as well (since it's not optional)
https://github.com/llvm/llvm-project/pull/140460
More information about the Mlir-commits
mailing list