diff --git a/plotters-bitmap/src/bitmap.rs b/plotters-bitmap/src/bitmap.rs index 05b22ede..39d23bf3 100644 --- a/plotters-bitmap/src/bitmap.rs +++ b/plotters-bitmap/src/bitmap.rs @@ -91,7 +91,7 @@ impl<'a> BitMapBackend<'a, RGBPixel> { /// Create a new bitmap backend which only lives in-memory /// - /// When this is used, the bitmap backend will write to a user provided [u8] array (or Vec) + /// When this is used, the bitmap backend will write to a user provided [u8] array (or `Vec`) /// in RGB pixel format. /// /// Note: This function provides backward compatibility for those code that assumes Plotters