Skip to content

Commit fd295d6

Browse files
committed
Links
1 parent ea532e0 commit fd295d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/src/clauses/type_equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ shortly.
9595

9696
In rustc, they correspond to the `TyKind::UnnormalizedProjectionTy` enum
9797
variant, declared in [`compiler/rustc_middle/src/ty/sty.rs`][sty]. In chalk, we use an
98-
[`AssociatedType`].
98+
`AssociatedType`.
9999

100100
[sty]: https://github.com/rust-lang/rust/blob/master/compiler/rustc_middle/src/ty/sty.rs
101101

book/src/types/rust_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ representation of types is controlled by the [`Interner`] trait.
99
[`Interner`]: http://rust-lang.github.io/chalk/chalk_ir/interner/trait.Interner.html
1010
[`Ty`]: http://rust-lang.github.io/chalk/chalk_ir/struct.Ty.html
1111
[`TyKind`]: http://rust-lang.github.io/chalk/chalk_ir/enum.TyKind.html
12-
[`data`]: http://rust-lang.github.io/chalk/chalk_ir/struct.Ty.html#method.data
12+
[`kind`]: http://rust-lang.github.io/chalk/chalk_ir/struct.Ty.html#method.kind
1313

1414
## The `TyKind` variants and how they map to Rust syntax
1515

0 commit comments

Comments
 (0)