summaryrefslogtreecommitdiff
path: root/crates/typst-syntax
diff options
context:
space:
mode:
authorPgBiel <9021226+PgBiel@users.noreply.github.com>2024-08-22 07:38:54 -0300
committerGitHub <noreply@github.com>2024-08-22 10:38:54 +0000
commit238f1fad498878f64491645b1f886621da1d4535 (patch)
tree3e7fae8b18b42d4e87eebcc4ff148a231fed17b2 /crates/typst-syntax
parent0facb75e6d2a703dd2e1d02f2d94a8227727f0d9 (diff)
Fix docstring in package manifest code (#4801)
Diffstat (limited to 'crates/typst-syntax')
-rw-r--r--crates/typst-syntax/src/package.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/package.rs b/crates/typst-syntax/src/package.rs
index c96aebe0..c28a1f21 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;