Skip to content

Commit 2ebc036

Browse files
authored
Rollup merge of rust-lang#81187 - eltociear:patch-6, r=jonas-schievink
Fix typo in counters.rs formating -> formatting
2 parents bc950c8 + 203df17 commit 2ebc036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/transform/coverage/counters.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl CoverageCounters {
3232
}
3333

3434
/// Activate the `DebugCounters` data structures, to provide additional debug formatting
35-
/// features when formating `CoverageKind` (counter) values.
35+
/// features when formatting `CoverageKind` (counter) values.
3636
pub fn enable_debug(&mut self) {
3737
self.debug_counters.enable();
3838
}

0 commit comments

Comments
 (0)