Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarice committed Jan 23, 2025
1 parent 605e00e commit e49877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdsl/irdl/declarative_assembly_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def print(self, printer: Printer, state: PrintingState, op: IRDLOperation) -> No
if any(name in op.attributes for name in op.properties):
raise ValueError(
"Cannot print attributes and properties with the same name "
"in a signle dictionary"
"in a single dictionary"
)
op_def = op.get_irdl_definition()
dictionary = op.attributes | op.properties
Expand Down

0 comments on commit e49877b

Please sign in to comment.