Skip to content

Commit

Permalink
[MLIR][Docs] Fix broken link to tuple type rationale
Browse files Browse the repository at this point in the history
Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D108135
  • Loading branch information
krzysz00 committed Aug 23, 2021
1 parent 9cdd4ea commit 469172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/include/mlir/IR/BuiltinTypes.td
Expand Up @@ -758,7 +758,7 @@ def Builtin_Tuple : Builtin_Type<"Tuple", [

**Rationale:** Though this type is first class in the type system, MLIR
provides no standard operations for operating on `tuple` types
([rationale](Rationale/Rationale.md/#tuple-types)).
([rationale](Rationale/Rationale/#tuple-types)).

Examples:

Expand Down

0 comments on commit 469172f

Please sign in to comment.