From fb599523cddeb8a2748c0817a12a1915b58c8c63 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 27 Nov 2022 23:29:43 -0800 Subject: [PATCH] MJIT: Do not document a dynamic type [ci skip] Solargraph complains about it --- lib/mjit/compiler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mjit/compiler.rb b/lib/mjit/compiler.rb index dfd52ce855..e608a62af3 100644 --- a/lib/mjit/compiler.rb +++ b/lib/mjit/compiler.rb @@ -19,7 +19,7 @@ module RubyVM::MJIT ] class << Compiler = Module.new - # @param iseq [RubyVM::MJIT::CPointer::Struct_rb_iseq_struct] + # @param iseq [RubyVM::MJIT::CPointer::Struct_*] # @param funcname [String] # @param id [Integer] # @return [String,NilClass]