Fix typo in counters.rs

formating -> formatting
This commit is contained in:
Ikko Ashimine 2021-01-19 23:42:18 +09:00 committed by GitHub
parent 47121d6d88
commit 203df1764c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}