We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3b7a1 commit 68be9a9Copy full SHA for 68be9a9
hash.c
@@ -7089,7 +7089,7 @@ static const rb_data_type_t env_data_type = {
7089
* #[]=, #store:: Associates a given key with a given value.
7090
* #merge:: Returns the hash formed by merging each given hash into a copy of +self+.
7091
* #merge!, #update:: Merges each given hash into +self+.
7092
- * #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.
7093
*
7094
* ==== Methods for Deleting
7095
0 commit comments