Skip to content

Commit 2035b43

Browse files
committed
bugfix
1 parent 6365c6c commit 2035b43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/hash.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ class Hash[unchecked out K, unchecked out V]
13951395
#
13961396
# Related: see [Methods for Fetching](rdoc-ref:Hash@Methods+for+Fetching).
13971397
#
1398-
def key: (V) -> K?
1398+
def key: (_Equals) -> K?
13991399

14001400
# <!-- rdoc-file=hash.c -->
14011401
# Returns whether `key` is a key in `self`:

0 commit comments

Comments
 (0)