Skip to content

Commit 30b2085

Browse files
Update mlir/docs/DialectConversion.md
Co-authored-by: Markus Böck <[email protected]>
1 parent a82df14 commit 30b2085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/DialectConversion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ materializations depending on the situation.
258258
* Source Materialization
259259
260260
- A source materialization is used when a value was replaced with a value
261-
of different type, but there are still users that expects the original
261+
of a different type, but there are still users that expects the original
262262
("source") type at the end of the conversion process. A source
263263
materialization converts the replacement value back to the source type.
264264
- This materialization is used in the following situations:

0 commit comments

Comments
 (0)