Skip to content

Commit 203df17

Browse files
author
Ikko Ashimine
authored
Fix typo in counters.rs
formating -> formatting
1 parent 47121d6 commit 203df17

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)