mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add missing full stop to documentation of ImageElem
struct (#5484)
This commit is contained in:
parent
578ba640f3
commit
27cc489a1d
@ -46,7 +46,7 @@ use crate::World;
|
|||||||
/// ```
|
/// ```
|
||||||
#[elem(scope, Show, LocalName, Figurable)]
|
#[elem(scope, Show, LocalName, Figurable)]
|
||||||
pub struct ImageElem {
|
pub struct ImageElem {
|
||||||
/// Path to an image file
|
/// Path to an image file.
|
||||||
///
|
///
|
||||||
/// For more details, see the [Paths section]($syntax/#paths).
|
/// For more details, see the [Paths section]($syntax/#paths).
|
||||||
#[required]
|
#[required]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user