diff options
| author | 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> | 2024-11-28 00:38:41 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-27 15:38:41 +0000 |
| commit | 27cc489a1d98c6badd6151b5ed70af4a532692d9 (patch) | |
| tree | 65bbba0583feca8dd45a8caa39a7f1fe3b9762ec /crates/typst-library/src | |
| parent | 578ba640f3666b5dc309ec0a03d6f6d5f2ae14a2 (diff) | |
Add missing full stop to documentation of `ImageElem` struct (#5484)
Diffstat (limited to 'crates/typst-library/src')
| -rw-r--r-- | crates/typst-library/src/visualize/image/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/visualize/image/mod.rs b/crates/typst-library/src/visualize/image/mod.rs index 359db252..868a3c5b 100644 --- a/crates/typst-library/src/visualize/image/mod.rs +++ b/crates/typst-library/src/visualize/image/mod.rs @@ -46,7 +46,7 @@ use crate::World; /// ``` #[elem(scope, Show, LocalName, Figurable)] pub struct ImageElem { - /// Path to an image file + /// Path to an image file. /// /// For more details, see the [Paths section]($syntax/#paths). #[required] |
