Correct note as to location of section.

This commit is contained in:
Mark Simulacrum 2017-06-14 14:38:51 -06:00
parent 554c685b0b
commit 2619636a1a
1 changed files with 1 additions and 1 deletions

View File

@ -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.