Skip to content

Commit

Permalink
ドキュメント内のタイポ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Oct 18, 2024
1 parent d88edf9 commit 1433036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/boxes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3623,7 +3623,7 @@ impl FullBox for StszBox {
}
}

/// [ISO/IEC 14496-12] ChunkOffsetBox class (親: [`StcoBox`])
/// [ISO/IEC 14496-12] ChunkOffsetBox class (親: [`StblBox`])
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
#[allow(missing_docs)]
pub struct StcoBox {
Expand Down Expand Up @@ -3694,7 +3694,7 @@ impl FullBox for StcoBox {
}
}

/// [ISO/IEC 14496-12] ChunkLargeOffsetBox class (親: [`Co64Box`])
/// [ISO/IEC 14496-12] ChunkLargeOffsetBox class (親: [`StblBox`])
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
#[allow(missing_docs)]
pub struct Co64Box {
Expand Down

0 comments on commit 1433036

Please sign in to comment.