[ruby/syntax_suggest] [DOC] Fix method name

https://github.com/ruby/syntax_suggest/commit/08a9afb64f
This commit is contained in:
Nobuyoshi Nakada 2023-06-14 15:53:42 +09:00 committed by Hiroshi SHIBATA
parent 0cbfeb8210
commit ae71bbbc44

View File

@ -21,7 +21,7 @@ if SyntaxError.method_defined?(:detailed_message)
attr_reader :string
end
# SyntaxSuggest.record_dir [Private]
# SyntaxSuggest.module_for_detailed_message [Private]
#
# Used to monkeypatch SyntaxError via Module.prepend
def self.module_for_detailed_message