diff --git a/docs-2.0/3.ngql-guide/6.functions-and-expressions/7.count.md b/docs-2.0/3.ngql-guide/6.functions-and-expressions/7.count.md index 7bafb8bd4b8..f009f0c4268 100644 --- a/docs-2.0/3.ngql-guide/6.functions-and-expressions/7.count.md +++ b/docs-2.0/3.ngql-guide/6.functions-and-expressions/7.count.md @@ -14,7 +14,7 @@ count({expr | *}) - count(*) returns the number of rows (including NULL). -- count(expr) return the number of non-NULL values that meet the expression. +- count(expr) returns the number of non-NULL values that meet the expression. - `count()` and `size()` are different.