This commit is contained in:
Niko Matsakis 2019-06-18 10:08:04 -04:00 committed by Who? Me?!
parent b145f3d935
commit c91e8afe85

View file

@ -48,7 +48,7 @@ The MIR-based region analysis consists of two major functions:
## Universal regions
The [`UnversalRegions`] type represents a collection of _universal_ regions
The [`UniversalRegions`] type represents a collection of _universal_ regions
corresponding to some MIR `DefId`. It is constructed in
[`replace_regions_in_mir`] when we replace all regions with fresh inference
variables. [`UniversalRegions`] contains indices for all the free regions in