Skip to content

Commit

Permalink
Merge pull request #41 from jdreesen/patch-1
Browse files Browse the repository at this point in the history
Fix `asyncMap` warning in the docs
  • Loading branch information
drupol authored Nov 6, 2020
2 parents b97df67 + 5a1b7be commit cc378b4
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 cc378b4

Please sign in to comment.