Skip to content

Commit

Permalink
Fix asyncMap warning in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Nov 6, 2020
1 parent b97df67 commit 5a1b7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ asyncMap

Apply one callback to every item of a collection and use the return value.

.. warning:: Asynchronously apply callbacks to a collection. This operation is deterministic, we cannot ensure the elements order at the end.
.. warning:: Asynchronously apply callbacks to a collection. This operation is non-deterministic, we cannot ensure the elements order at the end.

.. warning:: Keys are preserved, use the "normalize" operation if you want to re-index the keys.

Expand Down

0 comments on commit 5a1b7be

Please sign in to comment.