@@ -305,7 +305,7 @@ pub enum AssocItemConstraintKind {
305
305
// FIXME(aDotInTheVoid): Consider making this non-public in rustdoc-types.
306
306
pub struct Id ( pub u32 ) ;
307
307
308
- /// The fundamental kind of an item. Unlike [`ItemEnum`], this does not carry any aditional info.
308
+ /// The fundamental kind of an item. Unlike [`ItemEnum`], this does not carry any additional info.
309
309
///
310
310
/// Part of [`ItemSummary`].
311
311
#[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , Serialize , Deserialize ) ]
@@ -698,7 +698,7 @@ pub enum Abi {
698
698
Aapcs { unwind : bool } ,
699
699
/// Can be specified as `extern "win64"`.
700
700
Win64 { unwind : bool } ,
701
- /// Can be specifed as `extern "sysv64"`.
701
+ /// Can be specified as `extern "sysv64"`.
702
702
SysV64 { unwind : bool } ,
703
703
/// Can be specified as `extern "system"`.
704
704
System { unwind : bool } ,
@@ -996,7 +996,7 @@ pub enum Type {
996
996
QualifiedPath {
997
997
/// The name of the associated type in the parent type.
998
998
///
999
- /// ```ignore (incomplete expresssion )
999
+ /// ```ignore (incomplete expression )
1000
1000
/// <core::array::IntoIter<u32, 42> as Iterator>::Item
1001
1001
/// // ^^^^
1002
1002
/// ```
@@ -1083,7 +1083,7 @@ pub struct FunctionSignature {
1083
1083
#[ derive( Clone , Debug , PartialEq , Eq , Hash , Serialize , Deserialize ) ]
1084
1084
pub struct Trait {
1085
1085
/// Whether the trait is marked `auto` and is thus implemented automatically
1086
- /// for all aplicable types.
1086
+ /// for all applicable types.
1087
1087
pub is_auto : bool ,
1088
1088
/// Whether the trait is marked as `unsafe`.
1089
1089
pub is_unsafe : bool ,
0 commit comments