We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc950c8 + 203df17 commit 2ebc036Copy full SHA for 2ebc036
compiler/rustc_mir/src/transform/coverage/counters.rs
@@ -32,7 +32,7 @@ impl CoverageCounters {
32
}
33
34
/// Activate the `DebugCounters` data structures, to provide additional debug formatting
35
- /// features when formating `CoverageKind` (counter) values.
+ /// features when formatting `CoverageKind` (counter) values.
36
pub fn enable_debug(&mut self) {
37
self.debug_counters.enable();
38
0 commit comments