Skip to content

Commit

Permalink
Fix one more link name
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Jul 26, 2024
1 parent 06c3b43 commit 6b6abc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm-coverage-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ stored in [`CoverageCounters`].

### The `CoverageGraph`

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

```rust
let basic_coverage_blocks = CoverageGraph::from_mir(mir_body);
Expand Down

0 comments on commit 6b6abc3

Please sign in to comment.