Skip to content

Commit 2b9828a

Browse files
Alexander Regueiromark-i-m
Alexander Regueiro
authored andcommitted
Removed spurious a.
1 parent 7336639 commit 2b9828a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ existential variables.
1212
We use the terms "region" and "lifetime" interchangeably. Both refer to
1313
the `'a` in `&'a T`.
1414

15-
The term "bound region" refers to a region that is a bound in a function
15+
The term "bound region" refers to a region that is bound in a function
1616
signature, such as the `'a` in `for<'a> fn(&'a u32)`. A region is
1717
"free" if it is not bound.
1818

0 commit comments

Comments
 (0)