aboutsummaryrefslogtreecommitdiffstats
path: root/ast.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ast.rb')
-rw-r--r--ast.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ast.rb b/ast.rb
index 55ca6c2da1..34fa645671 100644
--- a/ast.rb
+++ b/ast.rb
@@ -6,10 +6,10 @@ class RubyVM
# abstract syntax trees. The nodes in the tree
# are instances of RubyVM::AbstractSyntaxTree::Node.
#
- # This class is MRI specific as it exposes implementation details
+ # This module is MRI specific as it exposes implementation details
# of the MRI abstract syntax tree.
#
- # This class is experimental and its API is not stable, therefore it might
+ # This module is experimental and its API is not stable, therefore it might
# change without notice. As examples, the order of children nodes is not
# guaranteed, the number of children nodes might change, there is no way to
# access children nodes by name, etc.