Developer Guide - apoc.coll.sortNodes- Syntax

I see a minor problem with example given in the Developer Guide under app.coll.sortnodes, especially with ascending and descending order.

The query given in the Guide produces the result in descending order in both the examples given.

Please make this change in your Developer Guide for this:

For ascending, the syntax is:
RETURN apoc.coll.sortNodes(people, '^name') AS output;


Hi, today the error still persists.

Bye!