Skip to content

Commit 0c252ff

Browse files
committed
per timnn
1 parent fad6a09 commit 0c252ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2913,7 +2913,7 @@ impl<'a, 'gcx, 'tcx> TyCtxt<'a, 'gcx, 'tcx> {
29132913

29142914
/// See `ParameterEnvironment` struct def'n for details.
29152915
/// If you were using `free_id: NodeId`, you might try `self.region_maps.item_extent(free_id)`
2916-
/// for the `free_id_outlive` parameter. (But note that is not always quite right.)
2916+
/// for the `free_id_outlive` parameter. (But note that this is not always quite right.)
29172917
pub fn construct_parameter_environment(self,
29182918
span: Span,
29192919
def_id: DefId,

0 commit comments

Comments
 (0)