Skip to content

Commit

Permalink
Revert "Update C++ docstring"
Browse files Browse the repository at this point in the history
This reverts commit d91cfab.
  • Loading branch information
danepitkin committed Sep 4, 2024
1 parent ebdc7ae commit 414532f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/arrow/chunked_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ 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 chunks.
/// This just delegates to calling device_type on the underlying ArrayData
/// object which backs this Array.
///
/// \return DeviceAllocationType
DeviceAllocationType device_type() const { return device_type_; }
Expand Down

0 comments on commit 414532f

Please sign in to comment.