Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bk committed Jan 4, 2025
1 parent d0a827a commit 6c93243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/src/object/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl<I: Object> Stream<I> {
}

pub fn len(&self) -> usize {
match self.inner.data {
match self.inner_data {
StreamData::Generated(ref data) => data.len(),
StreamData::Original(ref range, _) => range.len()
}
Expand Down

0 comments on commit 6c93243

Please sign in to comment.