]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/middle/free_region.rs
Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichton
[rust.git] / src / librustc / middle / free_region.rs
index 2e9e5fafb1d9b348dce9a2afb58aa48d37422160..face6d629340db1aaf6aef013984b1f38828c870 100644 (file)
@@ -10,7 +10,7 @@
 
 //! This file handles the relationships between free regions --
 //! meaning lifetime parameters. Ordinarily, free regions are
-//! unrelated to one another, but they can be related vai implied or
+//! unrelated to one another, but they can be related via implied or
 //! explicit bounds.  In that case, we track the bounds using the
 //! `TransitiveRelation` type and use that to decide when one free
 //! region outlives another and so forth.