From 68be9a9ae88ab6e28f7c479564ff5a963a3686ad Mon Sep 17 00:00:00 2001 From: Steven Nunez Date: Fri, 11 Feb 2022 17:12:30 -0500 Subject: Fix Typo --- hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hash.c') 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 * -- cgit v1.2.1