Skip to content

Commit

Permalink
Improve What's Here links
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed Jun 21, 2021
1 parent dd787a3 commit 76b056c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
#
# First, what's elsewhere. \Class \Set:
#
# - Inherits from {class Object}[Object.html#class-Object-label-What-27s+Here].
# - Includes {module Enumerable}[Enumerable.html#module-Enumerable-label-What-27s+Here],
# - Inherits from {class Object}[https://docs.ruby-lang.org/en/master/Object.html#class-Object-label-What-27s+Here].
# - Includes {module Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html#module-Enumerable-label-What-27s+Here],
# which provides dozens of additional methods.
#
# In particular, class \Set does not have many methods of its own
Expand Down

0 comments on commit 76b056c

Please sign in to comment.