summaryrefslogtreecommitdiff
path: root/crates/typst-syntax
diff options
context:
space:
mode:
authorFritz Rehde <fritzrehde.work@gmail.com>2023-10-30 23:25:28 +0100
committerGitHub <noreply@github.com>2023-10-30 23:25:28 +0100
commitc3114fa380d80e7268e14d631b08511b2ebf58ec (patch)
treea0c4faba3a8dc8aa131d30d8eaba703da39c017e /crates/typst-syntax
parenta5d72c2ac16a2608d140ac0b6d5f388b7c4ae411 (diff)
Fixed typos (#2524)
Diffstat (limited to 'crates/typst-syntax')
-rw-r--r--crates/typst-syntax/src/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/node.rs b/crates/typst-syntax/src/node.rs
index 9b73dd7f..d9c80a24 100644
--- a/crates/typst-syntax/src/node.rs
+++ b/crates/typst-syntax/src/node.rs
@@ -650,7 +650,7 @@ pub struct SyntaxError {
pub span: Span,
/// The error message.
pub message: EcoString,
- /// Additonal hints to the user, indicating how this error could be avoided
+ /// Additional hints to the user, indicating how this error could be avoided
/// or worked around.
pub hints: EcoVec<EcoString>,
}