Skip to content

Commit

Permalink
Merge pull request #1906 from tk0miya/1905_fix_typo
Browse files Browse the repository at this point in the history
Fix #1905: Fix typo in UntypedFunction
  • Loading branch information
soutaro committed Jul 10, 2024
1 parent 34f2ba6 commit af2e87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbs/types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ def has_classish_type?
return_type.has_classish_type?
end

def with_nonreturn_void
def with_nonreturn_void?
false
end

Expand Down

0 comments on commit af2e87b

Please sign in to comment.