Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Aug 30, 2023
1 parent 94d1bc4 commit 093f1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/io/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ class ARROW_EXPORT BufferReader
: public internal::RandomAccessFileConcurrencyWrapper<BufferReader> {
public:
/// \brief Instantiate from std::shared_ptr<Buffer>.
/// User should guarantee that the buffer live longer than the BufferReader and
/// zero-copy Buffer result.
///
/// This is a zero-copy constructor.
explicit BufferReader(std::shared_ptr<Buffer> buffer);
ARROW_DEPRECATED(
"Deprecated in 14.0.0. Use FromString or BufferReader(std::shared_ptr<Buffer> "
Expand Down

0 comments on commit 093f1b6

Please sign in to comment.