Skip to content

Commit ef08d2b

Browse files
ashhhleyyysdroege
authored andcommitted
docs: fix copy-paste typo on Planar struct
1 parent 0052abf commit ef08d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ impl<'a, S: Sample> Samples<'a, S> for Interleaved<'a, S> {
148148
}
149149
}
150150

151-
/// Struct representing interleaved samples.
151+
/// Struct representing planar samples.
152152
pub struct Planar<'a, S> {
153153
data: &'a [&'a [S]],
154154
start: usize,

0 commit comments

Comments
 (0)