Skip to content

Commit b795929

Browse files
committed
More precise types for NodeListField in prism.rbi
1 parent 12e5aae commit b795929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def rbs_class
157157
end
158158

159159
def rbi_class
160-
"T::Array[Prism::Node]"
160+
"T::Array[Prism::#{ruby_type}]"
161161
end
162162

163163
def java_type

0 commit comments

Comments
 (0)