Skip to content

Commit

Permalink
Minor doc fix to into_flat_samples
Browse files Browse the repository at this point in the history
The methods were updated in 86af214 but the doc string was not missed.
  • Loading branch information
robyoung committed Jun 7, 2020
1 parent c38ee98 commit c3721fb
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 c3721fb

Please sign in to comment.