Cleanup
Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/d5a181ff Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/d5a181ff Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/d5a181ff Branch: refs/heads/STABLE-4.0 Commit: d5a181fff8a8a0416f642de525bcaaa7473508b8 Parents: cf303c4 Author: Nikita Timofeev <stari...@gmail.com> Authored: Tue Sep 26 11:19:56 2017 +0300 Committer: Nikita Timofeev <stari...@gmail.com> Committed: Tue Sep 26 11:19:56 2017 +0300 ---------------------------------------------------------------------- docs/docbook/cayenne-guide/src/docbkx/queries-select.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/d5a181ff/docs/docbook/cayenne-guide/src/docbkx/queries-select.xml ---------------------------------------------------------------------- diff --git a/docs/docbook/cayenne-guide/src/docbkx/queries-select.xml b/docs/docbook/cayenne-guide/src/docbkx/queries-select.xml index 035fdb2..3e00d85 100644 --- a/docs/docbook/cayenne-guide/src/docbkx/queries-select.xml +++ b/docs/docbook/cayenne-guide/src/docbkx/queries-select.xml @@ -79,7 +79,7 @@ INFO: === returned 1 row. - took 6 ms.</screen> </para> </section> <section> - <title>Selecting using aggregate functions</title> + <title>Selecting aggregate functions</title> <para> ObjectSelect query supports usage of aggregate functions. Most common variant of aggregation is selecting count of records, this can be done really easy: