diff options
Diffstat (limited to 'lib/set.rb')
-rw-r--r-- | lib/set.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/set.rb b/lib/set.rb index 2536e05acc..682cb74897 100644 --- a/lib/set.rb +++ b/lib/set.rb @@ -65,7 +65,7 @@ # ## What's Here # # First, what's elsewhere. \Set includes the module -# {Enumerable}[https://docs.ruby-lang.org/en/master/Enumerable.html], +# {Enumerable}[rdoc-ref:Enumerable], # which provides dozens of additional methods. # # In particular, class \Set does not have many methods of its own |