From e61a6775d1b0a9e3af4c4ec0570d831227545563 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Tue, 26 Aug 2025 12:55:00 -0500 Subject: [PATCH] [DOC] Link fixes --- set.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/set.c b/set.c index 60c099bf495f34..cf6b8450696190 100644 --- a/set.c +++ b/set.c @@ -2044,8 +2044,8 @@ rb_set_size(VALUE set) * Here, class \Set provides methods that are useful for: * * - {Creating an Array}[rdoc-ref:Array@Methods+for+Creating+an+Array] - * - {Creating a Set}[rdoc-ref:Array@Methods+for+Creating+a+Set] - * - {Set Operations}[rdoc-ref:Array@Methods+for+Set+Operations] + * - {Creating a Set}[rdoc-ref:Set@Methods+for+Creating+a+Set] + * - {Set Operations}[rdoc-ref:Set@Methods+for+Set+Operations] * - {Comparing}[rdoc-ref:Array@Methods+for+Comparing] * - {Querying}[rdoc-ref:Array@Methods+for+Querying] * - {Assigning}[rdoc-ref:Array@Methods+for+Assigning]