mirror of
https://github.com/typst/typst
synced 2025-06-28 08:12:53 +08:00
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,
|
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 { #example }
|
||||||
/// ```example
|
/// ```example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user