Skip to content

Conversation

@moar55
Copy link
Contributor

@moar55 moar55 commented Nov 9, 2025

No description provided.

@llvmbot llvmbot added the mlir label Nov 9, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 9, 2025

@llvm/pr-subscribers-mlir

Author: Omar Hossam (moar55)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/167242.diff

1 Files Affected:

  • (modified) mlir/docs/LangRef.md (+1-1)
diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index 21cfdc78a6a43..10cfba908ee45 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -440,7 +440,7 @@ region is not imposed by the IR. Instead, the containing operation defines the
 semantics of the regions it contains. MLIR currently defines two kinds of
 regions: [SSACFG regions](#control-flow-and-ssacfg-regions), which describe
 control flow between blocks, and [Graph regions](#graph-regions), which do not
-require control flow between block. The kinds of regions within an operation are
+require control flow between blocks. The kinds of regions within an operation are
 described using the [RegionKindInterface](Interfaces.md/#regionkindinterfaces).
 
 Regions do not have a name or an address, only the blocks contained in a region

@joker-eph joker-eph merged commit 4023beb into llvm:main Nov 9, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants