Skip to content

Commit 4023beb

Browse files
authored
Fix typo in LangRef.md regarding regions (#167242)
1 parent c10b25a commit 4023beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/LangRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ region is not imposed by the IR. Instead, the containing operation defines the
440440
semantics of the regions it contains. MLIR currently defines two kinds of
441441
regions: [SSACFG regions](#control-flow-and-ssacfg-regions), which describe
442442
control flow between blocks, and [Graph regions](#graph-regions), which do not
443-
require control flow between block. The kinds of regions within an operation are
443+
require control flow between blocks. The kinds of regions within an operation are
444444
described using the [RegionKindInterface](Interfaces.md/#regionkindinterfaces).
445445

446446
Regions do not have a name or an address, only the blocks contained in a region

0 commit comments

Comments
 (0)