summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
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 b5a711f2a9..ad8ce23e2e 100644
--- a/hash.c
+++ b/hash.c
@@ -7089,7 +7089,7 @@ static const rb_data_type_t env_data_type = {
* #[]=, #store:: Associates a given key with a given value.
* #merge:: Returns the hash formed by merging each given hash into a copy of +self+.
* #merge!, #update:: Merges each given hash into +self+.
- * #replace:: Replaces the entire contents of +self+ with the contents of a givan hash.
+ * #replace:: Replaces the entire contents of +self+ with the contents of a given hash.
*
* ==== Methods for Deleting
*