[DOC] Fix typo in related class reference

This commit is contained in:
zverok 2024-12-21 20:23:43 +02:00 committed by Nobuyoshi Nakada
parent 9e3e1c7fc9
commit e76d2fddad
Notes: git 2024-12-22 06:08:13 +00:00

2
ast.rb
View File

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