Skip to content

Commit 29f5398

Browse files
committed
Fix typo
1 parent 438dfd7 commit 29f5398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/tools/mlir-tblgen/OpDocGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ static void emitBlock(ArrayRef<Attribute> attributes, StringRef inputFilename,
451451
}
452452

453453
if (!typeDefs.empty()) {
454-
os << "## Type definitions\n\n";
454+
os << "## Types\n\n";
455455
for (const TypeDef &def : typeDefs)
456456
emitAttrOrTypeDefDoc(def, os);
457457
}

0 commit comments

Comments
 (0)