From d4b39ea92527c9fc408d763047c13c872d321aa4 Mon Sep 17 00:00:00 2001 From: Dan Adler Date: Tue, 22 Jul 2025 12:21:40 -0700 Subject: [PATCH] Fix metric description: lines -> characters --- docs/analytics/index.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/analytics/index.mdx b/docs/analytics/index.mdx index ac239a28c..f94c4d6c9 100644 --- a/docs/analytics/index.mdx +++ b/docs/analytics/index.mdx @@ -46,10 +46,10 @@ Learn more about how we think about [the ROI of Sourcegraph in our blog](https:/ ### Overview metrics -| **Metric** | **Description** | -| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -| Percent of code written by Cody | Percentage of code written by Cody out of all code written during the selected time. [Learn more about this metric.](/analytics/pcw) | -| Lines of code written by Cody | Total lines of code written by Cody during the selected time | +| **Metric** | **Description** | +| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | +| Percent of code written by Cody | Percentage of code written by Cody out of all code written during the selected time. [Learn more about this metric.](/analytics/pcw) | +| Characters of code written by Cody | Total characters of code written by Cody during the selected time | ### User metrics