Fix typo in doc comment

This commit is contained in:
Nathan Fiedler 2017-08-19 17:45:06 -07:00
parent 14f78e3734
commit 2d63b00b1f

View file

@ -186,7 +186,7 @@ impl MagickWand {
}
}
/// Resize the image to find within the given dimensions, maintaining
/// Resize the image to fit within the given dimensions, maintaining
/// the current aspect ratio.
pub fn fit(&self, width: size_t, height: size_t) {
let mut width_ratio = width as f64;