Skip to content

Commit 4b97c6e

Browse files
committed
[mlir][docs] Fix a typo
1 parent f0ff2be commit 4b97c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ interface section goes as follows:
765765
* `CallableOpInterface` - Used to represent the target callee of call.
766766
- `Region * getCallableRegion()`
767767
- `ArrayRef<Type> getArgumentTypes()`
768-
- `ArrayRef<Type> getResultsTypes()`
768+
- `ArrayRef<Type> getResultTypes()`
769769
- `ArrayAttr getArgAttrsAttr()`
770770
- `ArrayAttr getResAttrsAttr()`
771771
- `void setArgAttrsAttr(ArrayAttr)`

0 commit comments

Comments
 (0)