We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a
1 parent 7336639 commit 2b9828aCopy full SHA for 2b9828a
src/type-inference.md
@@ -12,7 +12,7 @@ existential variables.
12
We use the terms "region" and "lifetime" interchangeably. Both refer to
13
the `'a` in `&'a T`.
14
15
-The term "bound region" refers to a region that is a bound in a function
+The term "bound region" refers to a region that is bound in a function
16
signature, such as the `'a` in `for<'a> fn(&'a u32)`. A region is
17
"free" if it is not bound.
18
0 commit comments