diff options
| -rwxr-xr-x | prism/templates/template.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/templates/template.rb b/prism/templates/template.rb index e0081612b1..466718e17b 100755 --- a/prism/templates/template.rb +++ b/prism/templates/template.rb @@ -157,7 +157,7 @@ module Prism end def rbi_class - "T::Array[Prism::Node]" + "T::Array[Prism::#{ruby_type}]" end def java_type |
