Skip to content

Commit 6b6abc3

Browse files
committed
Fix one more link name
1 parent 06c3b43 commit 6b6abc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/llvm-coverage-instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ stored in [`CoverageCounters`].
369369

370370
### The `CoverageGraph`
371371

372-
The [`CoverageGraph`][coverage-graph] is derived from the MIR (`mir::Body`).
372+
The [`CoverageGraph`][coverage graph] is derived from the MIR (`mir::Body`).
373373

374374
```rust
375375
let basic_coverage_blocks = CoverageGraph::from_mir(mir_body);

0 commit comments

Comments
 (0)