diff options
author | BurdetteLamar <[email protected]> | 2024-10-15 14:35:03 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-10-16 14:11:52 -0400 |
commit | f549448e5e1f3fe07159d6c7307fd4b4b500d826 (patch) | |
tree | 57283625afb0f712c51e3645c86c178788d5be53 /array.rb | |
parent | 550ae745f6ad400c2de381ed21ed65ae6f574c6d (diff) |
[DOC] Correct related for Array#shuffle!
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11900
Diffstat (limited to 'array.rb')
-rw-r--r-- | array.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ class Array # # The object given with keyword argument +random+ is used as the random number generator. # - # Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching]. + # Related: see {Methods for Assigning}[rdoc-ref:Array@Methods+for+Assigning]. def shuffle!(random: Random) Primitive.rb_ary_shuffle_bang(random) end |