diff options
author | Cristian Greco <[email protected]> | 2020-10-11 20:15:07 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-10-12 15:16:24 +0900 |
commit | 6527411f054fb2cd5878b5b82ab995c25a347c46 (patch) | |
tree | b7ffdf6b66bee8031896cc23a386aeb36f9465c5 /hash.c | |
parent | e8d03c9a2a58054221393e39f511fa76fe9b9770 (diff) |
[ci skip] Minor documentation fix.
Add missing period.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3650
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6827,7 +6827,7 @@ env_update(VALUE env, VALUE hash) * * === Default Values * - * The methods #[], #values_at and #dig need to return the value associated to a certain key + * The methods #[], #values_at and #dig need to return the value associated to a certain key. * When that key is not found, that value will be determined by its default proc (if any) * or else its default (initially `nil`). * |