Skip to content

Commit 4f481d0

Browse files
committed
Fix broken intradoc link after enum-variant rename
1 parent 62f928c commit 4f481d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod ispc;
66

77
pub trait ImagePixelFormat: Copy {
88
/// Returns the number of channels that an image of this format would have in memory.
9-
/// For example, while a normal map of format [`NormalMapFormat::R8g8TangentSpaceReconstructedZ`] would still have 3 channels when sampled,
9+
/// For example, while a normal map of format [`NormalMapFormat::Rg8TangentSpaceReconstructedZ`] would still have 3 channels when sampled,
1010
/// in memory it will have 2 channels.
1111
fn num_channel_in_memory(self) -> usize;
1212

0 commit comments

Comments
 (0)