diff --git a/crates/typst-syntax/src/package.rs b/crates/typst-syntax/src/package.rs index c96aebe01..c28a1f21c 100644 --- a/crates/typst-syntax/src/package.rs +++ b/crates/typst-syntax/src/package.rs @@ -36,7 +36,7 @@ pub struct PackageManifest { /// The `[tool]` key in the manifest. This field can be used to retrieve /// 3rd-party tool configuration. /// -// # Examples +/// # Examples /// ``` /// # use serde::{Deserialize, Serialize}; /// # use ecow::EcoString;