mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
Fix typo in counters.rs
formating -> formatting
This commit is contained in:
parent
47121d6d88
commit
203df1764c
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user