From c3721fb0a42e6781c88a6ff272d3b5fe17bf7b29 Mon Sep 17 00:00:00 2001 From: Rob Young Date: Sun, 7 Jun 2020 19:30:24 +0100 Subject: [PATCH] Minor doc fix to into_flat_samples The methods were updated in 86af214b but the doc string was not missed. --- src/buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.rs b/src/buffer.rs index dec00cdbb2..d09f41a25d 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -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]> {