From 7acd3a33204259c06d1bf32cf3b4b72ae913b77e Mon Sep 17 00:00:00 2001 From: Jefffrey <22608443+Jefffrey@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:15:24 +1100 Subject: [PATCH] Fix docs --- arrow-orc/src/stripe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-orc/src/stripe.rs b/arrow-orc/src/stripe.rs index addfe3b846c..ef82d6df7eb 100644 --- a/arrow-orc/src/stripe.rs +++ b/arrow-orc/src/stripe.rs @@ -130,7 +130,7 @@ impl StripeReader { Ok(None) } - /// Similar to [`get_optional_column_stream_bytes()`], but returns error if requested stream + /// Similar to [`Self::get_optional_column_stream_bytes()`], but returns error if requested stream /// doesn't exist. pub fn get_column_stream_bytes( &self,