From 238f1fad498878f64491645b1f886621da1d4535 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:38:54 -0300 Subject: [PATCH] Fix docstring in package manifest code (#4801) --- crates/typst-syntax/src/package.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;