summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ast.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.rb b/ast.rb
index 3265292f7d..6380621780 100644
--- a/ast.rb
+++ b/ast.rb
@@ -283,7 +283,7 @@ module RubyVM::AbstractSyntaxTree
end
# RubyVM::AbstractSyntaxTree::Location instances are created by
- # RubyVM::AbstractSyntaxTree#locations.
+ # RubyVM::AbstractSyntaxTree::Node#locations.
#
# This class is MRI specific.
#