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. #