diff options
author | Dorian MariƩ (perso) <[email protected]> | 2023-09-02 18:47:50 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-03 01:47:50 +0900 |
commit | 8cd62fbc174beae65d5670ea92611cc7a9c34d7d (patch) | |
tree | 7ed86adda21d740d755db0ba3be3e58f0fec4c8d /hash.c | |
parent | 3887b45f47c32cf0171046bc23efc3887d8b58fc (diff) |
[DOC] Typo in Hash#key description "so/no such value"
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/8357
Merged-By: nobu <[email protected]>
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |