diff options
Diffstat (limited to 'lib/xixanta/src')
| -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), } |
