[Mlir-commits] [mlir] Add a missing word in documentation (PR #138721)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue May 6 10:17:03 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: None (nhukc)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/138721.diff
1 Files Affected:
- (modified) mlir/docs/Tutorials/QuickstartRewrites.md (+1-1)
``````````diff
diff --git a/mlir/docs/Tutorials/QuickstartRewrites.md b/mlir/docs/Tutorials/QuickstartRewrites.md
index 0c890659b0eea..40b33fd8d8850 100644
--- a/mlir/docs/Tutorials/QuickstartRewrites.md
+++ b/mlir/docs/Tutorials/QuickstartRewrites.md
@@ -35,7 +35,7 @@ operations are generated from. To define an operation one needs to specify:
values that affect the behavior of the op) that are the inputs of/define the
behavior of the operation. The input operands may be named, the attributes
must be named.
-* The result(s) of the operation. These may again named or not.
+* The result(s) of the operation. These may again be named or not.
* Documentation of the operation. This includes a one-line summary as well as
a longer human-readable description of the operation.
* Dialect specific information. Additional information could be added to the
``````````
</details>
https://github.com/llvm/llvm-project/pull/138721
More information about the Mlir-commits
mailing list