Skip to content

Commit

Permalink
[MLIR][Docs] Fix a small typo in documentation.
Browse files Browse the repository at this point in the history
Just fixes a tiny typo in a link between 2 pages.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D93616
  • Loading branch information
ergawy committed Dec 21, 2020
1 parent bd2e833 commit 9d2529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/docs/PatternRewriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ between, and within dialects using a concept of "legality". This framework
allows for transforming illegal operations to those supported by a provided
conversion target, via a set of pattern-based operation rewriting patterns. This
framework also provides support for type conversions. More information on this
driver can be found [here](DialectConversion.nd).
driver can be found [here](DialectConversion.md).

### Greedy Pattern Rewrite Driver

Expand Down

0 comments on commit 9d2529a

Please sign in to comment.