Removed spurious `a`.
This commit is contained in:
parent
5a9fce427e
commit
1187124cad
|
|
@ -12,7 +12,7 @@ existential variables.
|
||||||
We use the terms "region" and "lifetime" interchangeably. Both refer to
|
We use the terms "region" and "lifetime" interchangeably. Both refer to
|
||||||
the `'a` in `&'a T`.
|
the `'a` in `&'a T`.
|
||||||
|
|
||||||
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
|
||||||
signature, such as the `'a` in `for<'a> fn(&'a u32)`. A region is
|
signature, such as the `'a` in `for<'a> fn(&'a u32)`. A region is
|
||||||
"free" if it is not bound.
|
"free" if it is not bound.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue