diff --git a/crates/typst-library/src/visualize/image.rs b/crates/typst-library/src/visualize/image.rs index 5e6ac2d24..a5c8eae48 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