Skip to content

Commit 40e8461

Browse files
nikomatsakismark-i-m
authored andcommitted
fix typo
1 parent 85c0616 commit 40e8461

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
@@ -48,7 +48,7 @@ The MIR-based region analysis consists of two major functions:
4848

4949
## Universal regions
5050

51-
The [`UnversalRegions`] type represents a collection of _universal_ regions
51+
The [`UniversalRegions`] type represents a collection of _universal_ regions
5252
corresponding to some MIR `DefId`. It is constructed in
5353
[`replace_regions_in_mir`] when we replace all regions with fresh inference
5454
variables. [`UniversalRegions`] contains indices for all the free regions in

0 commit comments

Comments
 (0)