Skip to content

Commit 4a8943e

Browse files
authored
Merge pull request #3789 from hkBst/patch-2
Fix typo in 2093-infer-outlives.md
2 parents c147e1b + f749a14 commit 4a8943e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2093-infer-outlives.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Rust's complexity.
5050
Experienced Rust users may have noticed that the compiler already
5151
performs a similar seeming kind of inference in other settings. In
5252
particular, in function definitions or impls, outlives requirements
53-
are rarely needed. This is due to the mechanism of known as *implied
53+
are rarely needed. This is due to the mechanism known as *implied
5454
bounds* (also explained in more detail in the next section), which
5555
allows a function (resp. impl) to infer outlives requirements based on
5656
the types of its parameters (resp. input types):

0 commit comments

Comments
 (0)