Skip to content

Commit 554ca2e

Browse files
committed
[DOC] Fix broken link in Coverage.setup
1 parent c8f01d5 commit 554ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/coverage/coverage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rb_coverage_supported(VALUE self, VALUE _mode)
7070
* If +lines+ is enabled, +oneshot_lines+ cannot be enabled.
7171
* See {Lines Coverage}[rdoc-ref:Coverage@Lines+Coverage].
7272
* - +branches+: Enables branch coverage that records the number of times each
73-
* branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branch+Coverage].
73+
* branch in each conditional was executed. See {Branches Coverage}[rdoc-ref:Coverage@Branches+Coverage].
7474
* - +methods+: Enables method coverage that records the number of times each method was exectued.
7575
* See {Methods Coverage}[rdoc-ref:Coverage@Methods+Coverage].
7676
* - +eval+: Enables coverage for evaluations (e.g. Kernel#eval, Module#class_eval).

0 commit comments

Comments
 (0)