diff --git a/soda-cl/numeric-metrics.md b/soda-cl/numeric-metrics.md
index d3bd24af..c7b7e547 100644
--- a/soda-cl/numeric-metrics.md
+++ b/soda-cl/numeric-metrics.md
@@ -199,8 +199,8 @@ for each dataset T:
| ------ | ----------- | ------------------- | ---------------------- |
| `avg` | The average value in a numeric column. | number | all |
| `avg_length` | The average length in a text column. | text | all |
-| `duplicate_count` | The number of rows that contain duplicate values.
Include one column in the argument to compare values relative to that one column.
Include more than one column in the argument to search for duplicate pairs multiple columns. Be sure to add a space between the comma-separated values in the list of column names.
See also: [Duplicate check]({% link soda/quick-start-sodacl.md %}#duplicate-check)| number
text
time | all |
-| `duplicate_percent` | The percentage of rows in a dataset that contain duplicate values.
Include one column in the argument to compare values relative to that one column. Include more than one column in the argument to search for duplicate pairs in multiple columns. Be sure to add a space between the comma-separated values in the list of column names.
See also: [Duplicate check]({% link soda/quick-start-sodacl.md %}#duplicate-check)| number
text
time | all |
+| `duplicate_count` | The count of distinct values that have duplicates.
Include one column in the argument to compare values relative to that one column.
Include more than one column in the argument to search for duplicate pairs multiple columns. Be sure to add a space between the comma-separated values in the list of column names.
See also: [Duplicate check]({% link soda/quick-start-sodacl.md %}#duplicate-check)| number
text
time | all |
+| `duplicate_percent` | The percentage of rows in a dataset that have dupliates.
Include one column in the argument to compare values relative to that one column. Include more than one column in the argument to search for duplicate pairs in multiple columns. Be sure to add a space between the comma-separated values in the list of column names.
See also: [Duplicate check]({% link soda/quick-start-sodacl.md %}#duplicate-check)| number
text
time | all |
| `max` | The greatest value in a numeric column. | number | all |
| `max_length` | The greatest length in a text column. | text | all |
| `min` | The smallest value in a numeric column. | number | all |