summaryrefslogtreecommitdiff
path: root/crates/typst-syntax
diff options
context:
space:
mode:
authorPgBiel <9021226+PgBiel@users.noreply.github.com>2024-06-27 19:07:47 -0300
committerPgBiel <9021226+PgBiel@users.noreply.github.com>2024-06-27 19:08:22 -0300
commitc96bf9a280865248682d8f4a6fe11f692e4cc3c1 (patch)
tree63b1a3452f6b3afd093d8bcf1c1fdbdc84a1dbec /crates/typst-syntax
parent866c5364a0a238943a79fa1c32153aa4f13b1eed (diff)
dot
Diffstat (limited to 'crates/typst-syntax')
-rw-r--r--crates/typst-syntax/src/kind.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/kind.rs b/crates/typst-syntax/src/kind.rs
index 599806b5..8f0e806c 100644
--- a/crates/typst-syntax/src/kind.rs
+++ b/crates/typst-syntax/src/kind.rs
@@ -13,7 +13,7 @@ pub enum SyntaxKind {
LineComment,
/// A block comment: `/* ... */`.
BlockComment,
- /// A decorator: `/! allow("warning")`
+ /// A decorator: `/! allow("warning")`.
Decorator,
/// The contents of a file or content block.