summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprism/templates/template.rb2
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