We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c1f8ec + 5dfc316 commit 4323ec2Copy full SHA for 4323ec2
plotters-bitmap/src/bitmap.rs
@@ -91,7 +91,7 @@ impl<'a> BitMapBackend<'a, RGBPixel> {
91
92
/// Create a new bitmap backend which only lives in-memory
93
///
94
- /// When this is used, the bitmap backend will write to a user provided [u8] array (or Vec<u8>)
+ /// When this is used, the bitmap backend will write to a user provided [u8] array (or `Vec<u8>`)
95
/// in RGB pixel format.
96
97
/// Note: This function provides backward compatibility for those code that assumes Plotters
0 commit comments