Skip to content

Commit 6d3909e

Browse files
committed
remove accidental change to attributes
1 parent 7fbcb5e commit 6d3909e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/IRDL/IR/IRDLOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def IRDL_AttributesOp : IRDL_Op<"attributes", [HasParent<"OperationOp">]> {
304304

305305
let description = [{
306306
`irdl.attributes` defines the attributes of the `irdl.operation` parent
307-
operation definition. Each attribute is named after an identifier.
307+
operation definition.
308308

309309
In the following example, `irdl.attributes` defines the attributes of the
310310
`attr_op` operation:

0 commit comments

Comments
 (0)