Skip to content

Commit 69bc8c9

Browse files
committed
[mlir][doc] Fix typos
It fixes some typos in the language reference. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D147028
1 parent dc764a2 commit 69bc8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/docs/LangRef.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ toplevel := (operation | attribute-alias-def | type-alias-def)*
188188

189189
The production `toplevel` is the top level production that is parsed by any parsing
190190
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)
192192
can be declared on the toplevel.
193193

194194
### Identifiers and keywords
@@ -846,7 +846,7 @@ that are directly usable by any other dialect in MLIR. These types cover a range
846846
from primitive integer and floating-point values, attribute dictionaries, dense
847847
multi-dimensional arrays, and more.
848848

849-
### IR Versionning
849+
### IR Versioning
850850

851851
A dialect can opt-in to handle versioning through the
852852
`BytecodeDialectInterface`. Few hooks are exposed to the dialect to allow

0 commit comments

Comments
 (0)