Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
  • Loading branch information
kou and pitrou authored Jun 29, 2023
1 parent 6921721 commit c94dbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/ipc/reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class ARROW_EXPORT Listener {
virtual Status OnEOS();

/// \brief Called when a record batch is decoded and
/// OnReocrdBatchDecoded() isn't overrided.
/// OnRecordBatchWithMetadataDecoded() isn't overrided.
///
/// The default implementation just returns
/// arrow::Status::NotImplemented().
Expand Down

0 comments on commit c94dbed

Please sign in to comment.