[Mlir-commits] [mlir] 4b97c6e - [mlir][docs] Fix a typo

Michael Liao llvmlistbot at llvm.org
Fri May 23 21:03:20 PDT 2025


Author: Michael Liao
Date: 2025-05-24T00:03:07-04:00
New Revision: 4b97c6efccd5d2bee17609e8c69509cbab54ea0e

URL: https://github.com/llvm/llvm-project/commit/4b97c6efccd5d2bee17609e8c69509cbab54ea0e
DIFF: https://github.com/llvm/llvm-project/commit/4b97c6efccd5d2bee17609e8c69509cbab54ea0e.diff

LOG: [mlir][docs] Fix a typo

Added: 
    

Modified: 
    mlir/docs/Interfaces.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Interfaces.md b/mlir/docs/Interfaces.md
index 521d8f30c6be8..bf590ac3351ee 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<Type> getArgumentTypes()`
-    -   `ArrayRef<Type> getResultsTypes()`
+    -   `ArrayRef<Type> getResultTypes()`
     -   `ArrayAttr getArgAttrsAttr()`
     -   `ArrayAttr getResAttrsAttr()`
     -   `void setArgAttrsAttr(ArrayAttr)`


        


More information about the Mlir-commits mailing list