Skip to content

Commit 539bbfb

Browse files
committed
whitespace
1 parent c24ae84 commit 539bbfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/borrow-check/region-inference/member-constraints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ is, they describe multiple choices that we must select from. E.g., in
114114
our example constraint `'0 member of ['a, 'b, 'static]`, it might be
115115
that `'0` is equal to `'a`, `'b`, *or* `'static`.
116116
How can we pick the correct one?
117-
What we currently do is to look for a *minimal choice*
117+
What we currently do is to look for a *minimal choice*
118118
-- if we find one, then we will grow `'0` to be equal to that minimal choice.
119119
To find that minimal choice, we take two factors into
120120
consideration: lower and upper bounds.

0 commit comments

Comments
 (0)