[mlir][docs] Fix a typo

This commit is contained in:
Michael Liao 2025-05-23 13:35:23 -04:00
parent f0ff2bea75
commit 4b97c6efcc

View File

@ -765,7 +765,7 @@ interface section goes as follows:
* `CallableOpInterface` - Used to represent the target callee of call.
- `Region * getCallableRegion()`
- `ArrayRef<Type> getArgumentTypes()`
- `ArrayRef<Type> getResultsTypes()`
- `ArrayRef<Type> getResultTypes()`
- `ArrayAttr getArgAttrsAttr()`
- `ArrayAttr getResAttrsAttr()`
- `void setArgAttrsAttr(ArrayAttr)`