summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorCristian Greco <cristian@regolo.cc>2020-10-11 20:15:07 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-12 15:16:24 +0900
commit6527411f054fb2cd5878b5b82ab995c25a347c46 (patch)
treeb7ffdf6b66bee8031896cc23a386aeb36f9465c5 /hash.c
parente8d03c9a2a58054221393e39f511fa76fe9b9770 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index c496ca6d6d..928c4b4cf2 100644
--- a/hash.c
+++ b/hash.c
@@ -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`).
*