Skip to content

Commit cc3c3e0

Browse files
committed
Address review feedback
1 parent d9b5725 commit cc3c3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/Dialect/IR/CIRAttrs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def CIR_ConstRecordAttr : CIR_Attr<"ConstRecord", "const_record", [
351351
let summary = "Represents a constant record";
352352
let description = [{
353353
Effectively supports "struct-like" constants. It's must be built from
354-
an `mlir::ArrayAttr `instance where each elements is a typed attribute
354+
an `mlir::ArrayAttr` instance where each element is a typed attribute
355355
(`mlir::TypedAttribute`).
356356

357357
Example:

0 commit comments

Comments
 (0)