From 10a545659dfec73e0c7042cf230c8e37f2f17b57 Mon Sep 17 00:00:00 2001 From: Connor Horman Date: Thu, 26 Sep 2024 09:47:19 -0400 Subject: [PATCH] Put `.intro` on identifier for intro paragraph of `coerce.least-upper-bound` --- src/type-coercions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type-coercions.md b/src/type-coercions.md index 59811707f..a96e749de 100644 --- a/src/type-coercions.md +++ b/src/type-coercions.md @@ -232,7 +232,7 @@ unsized coercion to `Foo`. r[coerce.least-upper-bound] -r[coerce.least-upper-bound] +r[coerce.least-upper-bound.intro] In some contexts, the compiler must coerce together multiple types to try and find the most general type. This is called a "Least Upper Bound" coercion. LUB coercion is used and only used in the following situations: