From e76d2fddad7829ad5e2d36455b68e1025bbfbf33 Mon Sep 17 00:00:00 2001 From: zverok Date: Sat, 21 Dec 2024 20:23:43 +0200 Subject: [PATCH] [DOC] Fix typo in related class reference --- ast.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #