Skip to content

Commit

Permalink
core/bit_depth: Fix doctest
Browse files Browse the repository at this point in the history
Signed-off-by: caleb <[email protected]>
  • Loading branch information
etemesi254 committed Feb 25, 2023
1 parent a201a17 commit 8e46acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zune-core/src/bit_depth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl BitDepth
///
/// ```
/// use zune_core::bit_depth::{BitDepth, BitType};
/// assert_eq!(BitDepth::U8.bit_type(),BitType::U8);
/// assert_eq!(BitDepth::Eight.bit_type(),BitType::U8);
///
/// assert_eq!(BitDepth::Twelve.bit_type(),BitType::U16);
/// ```
Expand Down

0 comments on commit 8e46acd

Please sign in to comment.