about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEitan Adler <lists@eitanadler.com>2016-09-18 07:35:58 -0700
committerEitan Adler <lists@eitanadler.com>2016-09-18 07:36:02 -0700
commit0c252ffbab586328d7b42cf606a960617fc01ac2 (patch)
treea5f77847714616c8c619f710368d9968e1ecffae
parentfad6a09c940f49052ea63792714d92918a91e19a (diff)
downloadrust-0c252ffbab586328d7b42cf606a960617fc01ac2.tar.gz
rust-0c252ffbab586328d7b42cf606a960617fc01ac2.zip
per timnn
-rw-r--r--src/librustc/ty/mod.rs2
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,