Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DOCSP-15613): Node.js collections type #1044

Prev Previous commit
Next Next commit
Update source/sdk/node/data-types/collections.txt
Co-authored-by: Dachary <dc@dacharycarey.com>
  • Loading branch information
Mohammad Hunan Chughtai and dacharyc authored May 11, 2021
commit f65f804af56caf732841691f14fb53e43b75b8be
2 changes: 1 addition & 1 deletion source/sdk/node/data-types/collections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Results are Lazily Evaluated
----------------------------
{+client-database+} only runs a query when you request the
results of that query. This lazy evaluation enables you to write
elegant, highly performant code for handling large data sets and complex
elegant, highly-performant code for handling large data sets and complex
queries.

.. _node-live-collections:
Expand Down