Skip to content

Commit

Permalink
[ruby/set] Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
znz authored and matzbot committed May 16, 2022
1 parent f626998 commit f2dc972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f2dc972

Please sign in to comment.