Skip to content

Commit 5bfca5a

Browse files
Update src/borrow_check/region_inference/placeholders_and_universes.md
Co-Authored-By: Who? Me?! <[email protected]>
1 parent edeb237 commit 5bfca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borrow_check/region_inference/placeholders_and_universes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the type of `foo` the type `bar` expects
3737
We handle this sort of subtyping by taking the variables that are
3838
bound in the supertype and replacing them with
3939
[universally quantified](../appendix/background.html#quantified)
40-
representatives, written like `!1`. We call these regions "placeholder
40+
representatives, denoted like `!1` here. We call these regions "placeholder
4141
regions" – they represent, basically, "some unknown region".
4242

4343
Once we've done that replacement, we have the following relation:

0 commit comments

Comments
 (0)