File tree 3 files changed +3
-3
lines changed
bindgen-tests/tests/quickchecking/src
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ impl fmt::Display for DeclarationListC {
231
231
}
232
232
}
233
233
234
- /// A qucickcheck trait for describing how BaseTypeC types can be
234
+ /// A quickcheck trait for describing how BaseTypeC types can be
235
235
/// randomly generated and shrunk.
236
236
impl Arbitrary for BaseTypeC {
237
237
fn arbitrary ( g : & mut Gen ) -> BaseTypeC {
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ impl quote::ToTokens for Abi {
225
225
/// An ABI extracted from a clang cursor.
226
226
#[ derive( Debug , Copy , Clone ) ]
227
227
pub ( crate ) enum ClangAbi {
228
- /// An ABI known by rust .
228
+ /// An ABI known by Rust .
229
229
Known ( Abi ) ,
230
230
/// An unknown or invalid ABI.
231
231
Unknown ( CXCallingConv ) ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pub enum IntKind {
12
12
/// An `unsigned char`.
13
13
UChar ,
14
14
15
- /// An `wchar_t`.
15
+ /// A `wchar_t`.
16
16
WChar ,
17
17
18
18
/// A platform-dependent `char` type, with the signedness support.
You can’t perform that action at this time.
0 commit comments