Skip to content

Commit 1eac5ba

Browse files
author
HeroicKatora
authored
Merge pull request #1255 from robyoung/fix-as_flat_samples-docstring
Minor doc fix to into_flat_samples
2 parents c38ee98 + c3721fb commit 1eac5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/buffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ where
632632

633633
/// Return a view on the raw sample buffer.
634634
///
635-
/// See `flattened` for more details.
635+
/// See [`into_flat_samples`](#method.into_flat_samples) for more details.
636636
pub fn as_flat_samples(&self) -> FlatSamples<&[P::Subpixel]>
637637
where Container: AsRef<[P::Subpixel]>
638638
{

0 commit comments

Comments
 (0)