diff --git a/src/buffer.rs b/src/buffer.rs index 82e385bd46..2885d84f05 100644 --- a/src/buffer.rs +++ b/src/buffer.rs @@ -773,7 +773,7 @@ where P: Pixel + 'static, Container: Deref, { - /// Saves the buffer to a file at the path specified in + /// Saves the buffer to a file at the specified path in /// the specified format. pub fn save_with_format(&self, path: Q, format: ImageFormat) -> io::Result<()> where