Skip to content

Commit ebd0c0a

Browse files
committed
w
1 parent 647e499 commit ebd0c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/context.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ impl<'tcx> CommonConsts<'tcx> {
445445
}
446446
}
447447

448-
/// This struct contains information regarding the free parameter region:
448+
/// This struct contains information regarding a free parameter region,
449449
/// either a `ReEarlyParam` or `ReLateParam`.
450450
#[derive(Debug)]
451451
pub struct FreeRegionInfo {

0 commit comments

Comments
 (0)