[Mlir-commits] [mlir] Add a missing word in documentation (PR #138721)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue May 6 10:16:29 PDT 2025
https://github.com/nhukc created https://github.com/llvm/llvm-project/pull/138721
None
>From 0e080285378c2db67e5591d8706b030a7153c64e Mon Sep 17 00:00:00 2001
From: nhukc <nhuck15 at gmail.com>
Date: Tue, 6 May 2025 10:15:54 -0700
Subject: [PATCH] Add a missing word in documentation
---
mlir/docs/Tutorials/QuickstartRewrites.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the Mlir-commits
mailing list