File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ toplevel := (operation | attribute-alias-def | type-alias-def)*
188
188
189
189
The production ` toplevel ` is the top level production that is parsed by any parsing
190
190
consuming the MLIR syntax. [ Operations] ( #operations ) ,
191
- [ Attribute alises ] ( #attribute-value-aliases ) , and [ Type aliases] ( #type-aliases )
191
+ [ Attribute aliases ] ( #attribute-value-aliases ) , and [ Type aliases] ( #type-aliases )
192
192
can be declared on the toplevel.
193
193
194
194
### Identifiers and keywords
@@ -846,7 +846,7 @@ that are directly usable by any other dialect in MLIR. These types cover a range
846
846
from primitive integer and floating-point values, attribute dictionaries, dense
847
847
multi-dimensional arrays, and more.
848
848
849
- ### IR Versionning
849
+ ### IR Versioning
850
850
851
851
A dialect can opt-in to handle versioning through the
852
852
` BytecodeDialectInterface ` . Few hooks are exposed to the dialect to allow
You can’t perform that action at this time.
0 commit comments