From c3114fa380d80e7268e14d631b08511b2ebf58ec Mon Sep 17 00:00:00 2001 From: Fritz Rehde Date: Mon, 30 Oct 2023 23:25:28 +0100 Subject: Fixed typos (#2524) --- crates/typst-syntax/src/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-syntax/src/node.rs') 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, } -- cgit v1.2.3