From 554ca2eb622d1cfe886b419a54293d231a6c19f7 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 27 Jan 2026 21:05:57 -0500 Subject: [DOC] Fix broken link in Coverage.setup --- ext/coverage/coverage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/coverage/coverage.c b/ext/coverage/coverage.c index 93acdb2480..41f33f4fb8 100644 --- a/ext/coverage/coverage.c +++ b/ext/coverage/coverage.c @@ -70,7 +70,7 @@ rb_coverage_supported(VALUE self, VALUE _mode) * If +lines+ is enabled, +oneshot_lines+ cannot be enabled. * See {Lines Coverage}[rdoc-ref:Coverage@Lines+Coverage]. * - +branches+: Enables branch coverage that records the number of times each - * branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branch+Coverage]. + * branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branches+Coverage]. * - +methods+: Enables method coverage that records the number of times each method was exectued. * See {Methods Coverage}[rdoc-ref:Coverage@Methods+Coverage]. * - +eval+: Enables coverage for evaluations (e.g. Kernel#eval, Module#class_eval). -- cgit v1.2.3