Skip to content

Commit d06d049

Browse files
committed
Fix type
1 parent faea4c3 commit d06d049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sig/errors.rbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@ module RBS
187187

188188
attr_reader type_name: TypeName
189189
attr_reader variable_name: Symbol
190-
attr_reader location: Location[untyped, untyped]
190+
attr_reader location: Location[untyped, untyped]?
191191

192-
def initialize: (type_name: TypeName, variable_name: Symbol, location: Location[untyped, untyped]) -> void
192+
def initialize: (type_name: TypeName, variable_name: Symbol, location: Location[untyped, untyped]?) -> void
193193
def kind: () -> String
194194
end
195195

0 commit comments

Comments
 (0)