Skip to content

Commit bbc603d

Browse files
committed
spelling fix, dependant -> dependent
1 parent bb80fef commit bbc603d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/type-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ enum Enum16 {
553553
Variant1,
554554
}
555555

556-
// The size of the C representation is platform dependant
556+
// The size of the C representation is platform dependent
557557
assert_eq!(std::mem::size_of::<EnumC>(), 8);
558558
// One byte for the discriminant and one byte for the value in Enum8::Variant0
559559
assert_eq!(std::mem::size_of::<Enum8>(), 2);

0 commit comments

Comments
 (0)