From 6ab4d0aa58928bf9a5bc0b60d216e1cebaf9a5a8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Feb 2026 22:52:26 +0100 Subject: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/src/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/xixanta/src/node.rs b/lib/xixanta/src/node.rs index e13dd3c..9fbe34c 100644 --- a/lib/xixanta/src/node.rs +++ b/lib/xixanta/src/node.rs @@ -317,7 +317,7 @@ pub enum NodeType { /// and right arms contain the operands, otherwise only the right one. Operation(OperationType), - /// A command which is relevant for the current session. + /// A comment which is relevant for the current session. Comment(CommentType), } -- cgit v1.2.3