Skip to content

Commit edeb237

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

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
@@ -66,7 +66,7 @@ outlives `'static`. Now, this *might* be true – after all, `'!1`
6666
could be `'static` – but we don't *know* that it's true. So this
6767
should yield up an error (eventually).
6868

69-
## What is a universe
69+
## What is a universe?
7070

7171
In the previous section, we introduced the idea of a placeholder
7272
region, and we denoted it `!1`. We call this number `1` the **universe

0 commit comments

Comments
 (0)