Fix typo in docs of decode method for image (#2046)

This commit is contained in:
Kevin K 2023-08-30 17:31:30 +02:00 committed by GitHub
parent a6f347fbb7
commit bcab770524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ pub struct ImageElem {
pub fit: ImageFit,
}
/// Decode a raster of vector graphic from bytes or a string.
/// Decode a raster or vector graphic from bytes or a string.
///
/// ## Example { #example }
/// ```example