From bd9fa014e39b1d805cedcce43052234136ff8b95 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sun, 1 Sep 2024 16:09:30 +0100 Subject: [PATCH] [DOC] Related for Array bsearch methods --- array.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/array.c b/array.c index c48ffc62bb..78963e5e05 100644 --- a/array.c +++ b/array.c @@ -3559,6 +3559,8 @@ static VALUE rb_ary_bsearch_index(VALUE ary); * or +nil+ if the search found no suitable element. * * See {Binary Searching}[rdoc-ref:bsearch.rdoc]. + * + * Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching]. */ static VALUE @@ -3581,6 +3583,8 @@ rb_ary_bsearch(VALUE ary) * or +nil+ if the search found no suitable element. * * See {Binary Searching}[rdoc-ref:bsearch.rdoc]. + * + * Related: see {Methods for Fetching}[rdoc-ref:Array@Methods+for+Fetching]. */ static VALUE