Fix typo in rustc_typeck docs
This commit is contained in:
parent
f3800db221
commit
605c978641
@ -270,7 +270,7 @@ fn adt_destructor(tcx: TyCtxt<'_>, def_id: DefId) -> Option<ty::Destructor> {
|
||||
|
||||
/// If this `DefId` is a "primary tables entry", returns
|
||||
/// `Some((body_id, header, decl))` with information about
|
||||
/// it's body-id, fn-header and fn-decl (if any). Otherwise,
|
||||
/// its body-id, fn-header and fn-decl (if any). Otherwise,
|
||||
/// returns `None`.
|
||||
///
|
||||
/// If this function returns `Some`, then `typeck_results(def_id)` will
|
||||
|
Loading…
Reference in New Issue
Block a user