diff --git a/src/AST-Core/RBArrayNode.class.st b/src/AST-Core/RBArrayNode.class.st index 7b1355ec31c..6a152f9d4f9 100644 --- a/src/AST-Core/RBArrayNode.class.st +++ b/src/AST-Core/RBArrayNode.class.st @@ -5,7 +5,7 @@ Instance Variables left: position of { periods: the positions of all the periods that separate the statements right: position of } - statements: the statement nodes + statements: the statement nodes " Class { #name : #RBArrayNode, diff --git a/src/AST-Core/RBSequenceNode.class.st b/src/AST-Core/RBSequenceNode.class.st index 44c8c056fec..afd7c46087a 100644 --- a/src/AST-Core/RBSequenceNode.class.st +++ b/src/AST-Core/RBSequenceNode.class.st @@ -4,7 +4,7 @@ RBSequenceNode is an AST node that represents a sequence of statements. Both RBB Instance Variables: leftBar the position of the left | in the temporaries definition rightBar the position of the right | in the temporaries definition - statements the statement nodes + statements the statement nodes periods the positions of all the periods that separate the statements temporaries the temporaries defined