Skip to content

Commit f3b363a

Browse files
daxhuibertscarllerche
authored andcommitted
Fix typo in bytes.rs (#243)
1 parent 42b6696 commit f3b363a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bytes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ pub struct BytesMut {
273273
// The rest of `arc`'s bytes are used as part of the inline buffer, which means
274274
// that those bytes need to be located next to the `ptr`, `len`, and `cap`
275275
// fields, which make up the rest of the inline buffer. This requires special
276-
// casing the layout of `Inner` depending on if the target platform is bit or
276+
// casing the layout of `Inner` depending on if the target platform is big or
277277
// little endian.
278278
//
279279
// On little endian platforms, the `arc` field must be the first field in the

0 commit comments

Comments
 (0)