From cefca7a7d849bc4136fe314fe59a49b70219dbd7 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 20 Aug 2024 15:12:12 +0000 Subject: Fix typos (#4784) --- 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 bc378e66..a3487e45 100644 --- a/crates/typst-syntax/src/node.rs +++ b/crates/typst-syntax/src/node.rs @@ -824,7 +824,7 @@ pub enum Side { After, } -/// Access to leafs. +/// Access to leaves. impl<'a> LinkedNode<'a> { /// Get the rightmost non-trivia leaf before this node. pub fn prev_leaf(&self) -> Option { -- cgit v1.2.3