Skip to content

Commit 364f0e4

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

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
@@ -145,7 +145,7 @@ notion of universes, we can use it to extend our type-checker and
145145
things to prevent illegal names from leaking out. The idea is that we
146146
give each inference (existential) variable – whether it be a type or
147147
a lifetime – a universe. That variable's value can then only
148-
reference names visible from that universe. So for example is a
148+
reference names visible from that universe. So for example if a
149149
lifetime variable is created in U0, then it cannot be assigned a value
150150
of `!1` or `!2`, because those names are not visible from the universe
151151
U0.

0 commit comments

Comments
 (0)