Fix typo in docs of `decode` method for image (#2046)
This commit is contained in:
parent
a6f347fbb7
commit
bcab770524
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue