diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-02 22:52:26 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-02 22:52:26 +0100 |
| commit | 6ab4d0aa58928bf9a5bc0b60d216e1cebaf9a5a8 (patch) | |
| tree | f454d98aca747c0f3aed83f8192e6a6c5d43f3c0 /lib | |
| parent | 4f1a9c660108e5fb94d5b19ee649427b8aafd96b (diff) | |
| download | tools.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')
| -rw-r--r-- | lib/xixanta/src/node.rs | 2 |
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), } |
