Skip to content

Commit

Permalink
[DOC] Typo in Hash#key description "so/no such value"
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Sep 2, 2023
1 parent 3887b45 commit 8cd62fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash.c
Expand Up @@ -2287,7 +2287,7 @@ key_i(VALUE key, VALUE value, VALUE arg)
* h.key(0) # => :foo
* h.key(2) # => :bar
*
* Returns +nil+ if so such value is found.
* Returns +nil+ if no such value is found.
*/

static VALUE
Expand Down

0 comments on commit 8cd62fb

Please sign in to comment.