mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Rollup merge of #78758 - eltociear:patch-1, r=jyn514
Fixed typo in comment paramter -> parameter
This commit is contained in:
commit
8416e13d88
@ -1641,7 +1641,7 @@ pub type PlaceholderConst = Placeholder<BoundVar>;
|
|||||||
#[derive(Hash, HashStable)]
|
#[derive(Hash, HashStable)]
|
||||||
pub struct WithOptConstParam<T> {
|
pub struct WithOptConstParam<T> {
|
||||||
pub did: T,
|
pub did: T,
|
||||||
/// The `DefId` of the corresponding generic paramter in case `did` is
|
/// The `DefId` of the corresponding generic parameter in case `did` is
|
||||||
/// a const argument.
|
/// a const argument.
|
||||||
///
|
///
|
||||||
/// Note that even if `did` is a const argument, this may still be `None`.
|
/// Note that even if `did` is a const argument, this may still be `None`.
|
||||||
|
Loading…
Reference in New Issue
Block a user