Skip to content

Commit

Permalink
Update core/kernel.rbs
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy H <[email protected]>
  • Loading branch information
sampersand and ParadoxV5 committed Aug 21, 2023
1 parent 278e900 commit 5e60ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ module Kernel : BasicObject
# Hash(nil) # => {}
# Hash([]) # => {}
#
def self?.Hash: [K, V] (nil | [] _empty) -> Hash[K, V]
def self?.Hash: (nil | [] _empty) -> Hash[untyped, untyped]
| [K, V] (_ToHash[K, V] hash_like) -> Hash[K, V]

# <!--
Expand Down

0 comments on commit 5e60ca8

Please sign in to comment.