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…
Reference in New Issue