Add missing full stop to documentation of ImageElem struct (#5484)

This commit is contained in:
3w36zj6 2024-11-28 00:38:41 +09:00 committed by GitHub
parent 578ba640f3
commit 27cc489a1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]