Skip to content

Commit

Permalink
Fix typo in counters.rs
Browse files Browse the repository at this point in the history
formating -> formatting
  • Loading branch information
eltociear authored Jan 19, 2021
1 parent 47121d6 commit 203df17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_mir/src/transform/coverage/counters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl CoverageCounters {
}

/// Activate the `DebugCounters` data structures, to provide additional debug formatting
/// features when formating `CoverageKind` (counter) values.
/// features when formatting `CoverageKind` (counter) values.
pub fn enable_debug(&mut self) {
self.debug_counters.enable();
}
Expand Down

0 comments on commit 203df17

Please sign in to comment.