Skip to content

Commit 36e15ae

Browse files
lcnrtshepang
andcommitted
Update src/type-inference.md
Co-authored-by: Tshepang Mbambo <[email protected]>
1 parent 39c10de commit 36e15ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/type-inference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ constraint process and invokes the [`lexical_region_resolve`] code. Once
238238
this is done, any further attempt to equate or create a subtyping
239239
relationship will yield an ICE.
240240

241-
The NLL solver (actually, the MIR type-checker) invokes does things slightly
241+
The NLL solver (actually, the MIR type-checker) does things slightly
242242
differently. It uses canonical queries for trait solving which use
243243
[`take_and_reset_region_constraints`] at the end. This extracts all of the
244244
outlives constraints added during the canonical query. This is required

0 commit comments

Comments
 (0)