etseidl commented on code in PR #8852:
URL: https://github.com/apache/arrow-rs/pull/8852#discussion_r2532051922


##########
arrow-buffer/src/buffer/mutable.rs:
##########
@@ -33,13 +33,16 @@ use std::sync::Mutex;
 
 use super::Buffer;
 
-/// A [`MutableBuffer`] is Arrow's interface to build a [`Buffer`] out of 
items or slices of items.
+/// A [`MutableBuffer`] is a wrapper over memory regions, used to build
+/// [`Buffer`] out of items or slices of items.
 ///
-/// [`Buffer`]s created from [`MutableBuffer`] (via `into`) are guaranteed to 
be aligned
-/// along cache lines and in multiple of 64 bytes.
+/// [`Buffer`]s created from [`MutableBuffer`] (via `into`) are guaranteed to 
be
+/// aligned along cache lines and in multiple of 64 bytes.

Review Comment:
   ```suggestion
   /// aligned along cache lines and in multiples of 64 bytes.
   ```
   



##########
arrow-buffer/src/buffer/mutable.rs:
##########
@@ -33,13 +33,16 @@ use std::sync::Mutex;
 
 use super::Buffer;
 
-/// A [`MutableBuffer`] is Arrow's interface to build a [`Buffer`] out of 
items or slices of items.
+/// A [`MutableBuffer`] is a wrapper over memory regions, used to build
+/// [`Buffer`] out of items or slices of items.

Review Comment:
   ```suggestion
   /// [`Buffer`]s out of items or slices of items.
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to