aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/node.rs
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-02-02 22:52:26 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-02-02 22:52:26 +0100
commit6ab4d0aa58928bf9a5bc0b60d216e1cebaf9a5a8 (patch)
treef454d98aca747c0f3aed83f8192e6a6c5d43f3c0 /lib/xixanta/src/node.rs
parent4f1a9c660108e5fb94d5b19ee649427b8aafd96b (diff)
downloadtools.nes-6ab4d0aa58928bf9a5bc0b60d216e1cebaf9a5a8.tar.gz
tools.nes-6ab4d0aa58928bf9a5bc0b60d216e1cebaf9a5a8.zip
Fix typo in comment
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'lib/xixanta/src/node.rs')
-rw-r--r--lib/xixanta/src/node.rs2
1 files changed, 1 insertions, 1 deletions
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),
}