1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/set] Fix a typo

https://github.com/ruby/set/commit/71a876ae81
This commit is contained in:
Kazuhiro NISHIYAMA 2022-05-16 23:40:24 +09:00 committed by git
parent f626998c4f
commit f2dc972940

View file

@ -134,7 +134,7 @@
# Returns whether a given object is a subset of the set.
# - \#proper_subset? (aliased as [<](#method-i-3C)):
# Returns whether a given enumerable is a proper subset of the set.
# - \#superset? (aliased as [<=](#method-i-3E-3D])):
# - \#superset? (aliased as [>=](#method-i-3E-3D])):
# Returns whether a given enumerable is a superset of the set.
# - \#proper_superset? (aliased as [>](#method-i-3E)):
# Returns whether a given enumerable is a proper superset of the set.