Skip to content

Commit b31ab8f

Browse files
authored
Rollup merge of rust-lang#80145 - pierwill:patch-8, r=lcnr
Fix typo in rustc_typeck docs
2 parents bd40604 + 605c978 commit b31ab8f

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_typeck/src/check

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/check/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ fn adt_destructor(tcx: TyCtxt<'_>, def_id: DefId) -> Option<ty::Destructor> {
270270

271271
/// If this `DefId` is a "primary tables entry", returns
272272
/// `Some((body_id, header, decl))` with information about
273-
/// it's body-id, fn-header and fn-decl (if any). Otherwise,
273+
/// its body-id, fn-header and fn-decl (if any). Otherwise,
274274
/// returns `None`.
275275
///
276276
/// If this function returns `Some`, then `typeck_results(def_id)` will

0 commit comments

Comments
 (0)