Skip to content

Commit

Permalink
Update C++ docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Aug 22, 2024
1 parent 1fcdb1f commit d91cfab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/chunked_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ class ARROW_EXPORT ChunkedArray {
/// \brief Return the device_type that this chunked array's data is allocated
/// on.
///
/// This just delegates to calling device_type on the underlying ArrayData
/// object which backs this Array.
/// This just delegates to calling device_type on the underlying chunks.
///
/// \return DeviceAllocationType
DeviceAllocationType device_type() const { return device_type_; }
Expand Down

0 comments on commit d91cfab

Please sign in to comment.