Skip to content

Commit

Permalink
[ci skip] Minor documentation fix.
Browse files Browse the repository at this point in the history
Add missing period.
  • Loading branch information
cristiangreco authored and hsbt committed Oct 12, 2020
1 parent e8d03c9 commit 6527411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash.c
Expand Up @@ -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`).
*
Expand Down

0 comments on commit 6527411

Please sign in to comment.