summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorPiotr Szotkowski <chastell@chastell.net>2023-05-01 01:09:14 +0200
committerGitHub <noreply@github.com>2023-05-01 08:09:14 +0900
commit33833aaf03bf6ec2bab66b68a6b1bfa6f57ae0ed (patch)
tree4d826478cb46f86cadd1a7c07c6c70b204cf6ed6 /hash.c
parent814f52a9ebd035ec6e20641c602fa42f64b5dbe0 (diff)
downloadruby-33833aaf03bf6ec2bab66b68a6b1bfa6f57ae0ed.tar.gz
[DOC] hash.c: fix typo in `#<=>` docs
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 3303a1b03f..770c4aef8f 100644
--- a/hash.c
+++ b/hash.c
@@ -7061,7 +7061,7 @@ static const rb_data_type_t env_data_type = {
* - #<=: Returns whether +self+ is a subset of a given object.
* - #==: Returns whether a given object is equal to +self+.
* - #>: Returns whether +self+ is a proper superset of a given object
- * - #>=: Returns whether +self+ is a proper superset of a given object.
+ * - #>=: Returns whether +self+ is a superset of a given object.
*
* ==== Methods for Fetching
*