1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ci skip] Minor documentation fix.

Add missing period.
This commit is contained in:
Cristian Greco 2020-10-11 20:15:07 +01:00 committed by Hiroshi SHIBATA
parent e8d03c9a2a
commit 6527411f05
Notes: git 2020-10-12 15:16:49 +09:00

2
hash.c
View file

@ -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`).
*