We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b6696 commit f3b363aCopy full SHA for f3b363a
src/bytes.rs
@@ -273,7 +273,7 @@ pub struct BytesMut {
273
// The rest of `arc`'s bytes are used as part of the inline buffer, which means
274
// that those bytes need to be located next to the `ptr`, `len`, and `cap`
275
// 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
+// casing the layout of `Inner` depending on if the target platform is big or
277
// little endian.
278
//
279
// On little endian platforms, the `arc` field must be the first field in the
0 commit comments