From 4b97c6efccd5d2bee17609e8c69509cbab54ea0e Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Fri, 23 May 2025 13:35:23 -0400 Subject: [PATCH] [mlir][docs] Fix a typo --- mlir/docs/Interfaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/docs/Interfaces.md b/mlir/docs/Interfaces.md index 521d8f30c6be..bf590ac3351e 100644 --- a/mlir/docs/Interfaces.md +++ b/mlir/docs/Interfaces.md @@ -765,7 +765,7 @@ interface section goes as follows: * `CallableOpInterface` - Used to represent the target callee of call. - `Region * getCallableRegion()` - `ArrayRef getArgumentTypes()` - - `ArrayRef getResultsTypes()` + - `ArrayRef getResultTypes()` - `ArrayAttr getArgAttrsAttr()` - `ArrayAttr getResAttrsAttr()` - `void setArgAttrsAttr(ArrayAttr)`