diff options
| author | Kevin K <xkeviota@gmail.com> | 2023-08-30 17:31:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 17:31:30 +0200 |
| commit | bcab77052422baaa29b57b62f14a19af8cc87225 (patch) | |
| tree | 29ba9458522f22a855f12bef97e8643f7ecdd7aa | |
| parent | a6f347fbb7e9d21792afe2ec8f9900ceb400ce2b (diff) | |
Fix typo in docs of `decode` method for image (#2046)
| -rw-r--r-- | crates/typst-library/src/visualize/image.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/visualize/image.rs b/crates/typst-library/src/visualize/image.rs index 5e6ac2d2..a5c8eae4 100644 --- a/crates/typst-library/src/visualize/image.rs +++ b/crates/typst-library/src/visualize/image.rs @@ -73,7 +73,7 @@ pub struct ImageElem { 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 |
