diff options
| author | Eitan Adler <lists@eitanadler.com> | 2016-09-18 07:35:58 -0700 |
|---|---|---|
| committer | Eitan Adler <lists@eitanadler.com> | 2016-09-18 07:36:02 -0700 |
| commit | 0c252ffbab586328d7b42cf606a960617fc01ac2 (patch) | |
| tree | a5f77847714616c8c619f710368d9968e1ecffae | |
| parent | fad6a09c940f49052ea63792714d92918a91e19a (diff) | |
| download | rust-0c252ffbab586328d7b42cf606a960617fc01ac2.tar.gz rust-0c252ffbab586328d7b42cf606a960617fc01ac2.zip | |
per timnn
| -rw-r--r-- | src/librustc/ty/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index 86eec563fd4..d49cf3eced4 100644 --- a/src/librustc/ty/mod.rs +++ b/src/librustc/ty/mod.rs @@ -2913,7 +2913,7 @@ impl<'a, 'gcx, 'tcx> TyCtxt<'a, 'gcx, 'tcx> { /// See `ParameterEnvironment` struct def'n for details. /// If you were using `free_id: NodeId`, you might try `self.region_maps.item_extent(free_id)` - /// for the `free_id_outlive` parameter. (But note that is not always quite right.) + /// for the `free_id_outlive` parameter. (But note that this is not always quite right.) pub fn construct_parameter_environment(self, span: Span, def_id: DefId, |
