Skip to content

Commit 68be9a9

Browse files
octostevehsbt
authored andcommitted
Fix Typo
1 parent ee3b7a1 commit 68be9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7089,7 +7089,7 @@ static const rb_data_type_t env_data_type = {
70897089
* #[]=, #store:: Associates a given key with a given value.
70907090
* #merge:: Returns the hash formed by merging each given hash into a copy of +self+.
70917091
* #merge!, #update:: Merges each given hash into +self+.
7092-
* #replace:: Replaces the entire contents of +self+ with the contents of a givan hash.
7092+
* #replace:: Replaces the entire contents of +self+ with the contents of a given hash.
70937093
*
70947094
* ==== Methods for Deleting
70957095
*

0 commit comments

Comments
 (0)