Skip to content

Commit 8cbf135

Browse files
mark-i-mcsmoe
andcommitted
Update src/borrow_check/region_inference.md
Co-Authored-By: csmoe <csmoe@msn.com>
1 parent 6957287 commit 8cbf135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ the type of `foo` the type `bar` expects
129129
```
130130

131131
We handle this sort of subtyping by taking the variables that are
132-
bound in the supertype and replace them with
132+
bound in the supertype and replacing them with
133133
[universally quantified](../appendix/background.html#quantified)
134134
representatives, written like `!1`. We call these regions "placeholder
135135
regions" – they represent, basically, "some unknown region".

0 commit comments

Comments
 (0)