about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/librustc/infer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/infer/README.md b/src/librustc/infer/README.md
index 68e64b8b7bf..b4075f69730 100644
--- a/src/librustc/infer/README.md
+++ b/src/librustc/infer/README.md
@@ -236,4 +236,4 @@ yet, that's what we're trying to find!  In our code, we opt to unify
 
 We make use of a trait-like implementation strategy to consolidate
 duplicated code between subtypes, GLB, and LUB computations.  See the
-section on "Type Combining" below for details.
+section on "Type Combining" in combine.rs for more details.