Skip to content

Commit

Permalink
[comment] examples in class comment for literalArrayNode
Browse files Browse the repository at this point in the history
  • Loading branch information
hogoww committed Dec 11, 2019
1 parent 974a9f3 commit dcc3c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AST-Core/RBLiteralArrayNode.class.st
@@ -1,5 +1,5 @@
"
An RBLiteralArrayNode is an AST node that represents literal arrays and literal byte arrays.
An RBLiteralArrayNode is an AST node that represents literal arrays #(1 2 3) and literal byte arrays #[ 1 2 3 ].
Instance Variables
contents: <Array of: RBLiteralNode> literal nodes of the array
Expand Down

0 comments on commit dcc3c46

Please sign in to comment.