From 4fa27e737d06c95cc744d93164636ba42e6b8802 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Tue, 9 Mar 2021 15:33:00 +0100 Subject: [PATCH] Fix typo in loc documentation --- src/metrics/loc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metrics/loc.rs b/src/metrics/loc.rs index 5ec368998..573eb3b28 100644 --- a/src/metrics/loc.rs +++ b/src/metrics/loc.rs @@ -97,7 +97,7 @@ impl Stats { self.logical_lines as f64 } - /// The `Ploc` metric. + /// The `Cloc` metric. /// /// Counts the number of comments in a scope #[inline(always)]