Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruflot committed Jul 11, 2019
1 parent 530ec9e commit fc15b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buffer.rs
Expand Up @@ -773,7 +773,7 @@ where
P: Pixel<Subpixel = u8> + 'static,
Container: Deref<Target = [u8]>,
{
/// 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<Q>(&self, path: Q, format: ImageFormat) -> io::Result<()>
where
Expand Down

0 comments on commit fc15b79

Please sign in to comment.