Skip to content

Commit

Permalink
Fix a typo in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Mar 7, 2017
1 parent b04ebef commit acd8fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/ty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ pub struct Destructor {
/// invoked even when there are lifetimes in the type-structure of
/// `adt` that do not strictly outlive the adt value itself.
/// (This allows programs to make cyclic structures without
/// resorting to unasfe means; see RFCs 769 and 1238).
/// resorting to unsafe means; see RFCs 769 and 1238).
pub is_dtorck: bool,
}

Expand Down

0 comments on commit acd8fe8

Please sign in to comment.