Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Oct 24, 2023
1 parent 29bc905 commit 7acd3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-orc/src/stripe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl<R: Reader> StripeReader<R> {
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,
Expand Down

0 comments on commit 7acd3a3

Please sign in to comment.