Skip to content

Commit

Permalink
Merge pull request #1255 from robyoung/fix-as_flat_samples-docstring
Browse files Browse the repository at this point in the history
Minor doc fix to into_flat_samples
  • Loading branch information
HeroicKatora committed Jun 7, 2020
2 parents c38ee98 + c3721fb commit 1eac5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer.rs
Expand Up @@ -632,7 +632,7 @@ where

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

0 comments on commit 1eac5ba

Please sign in to comment.