From 5a1b7be924a538647d76ee98b297325c1438fd3b Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Fri, 6 Nov 2020 21:56:47 +0100 Subject: [PATCH] Fix asyncMap warning in the docs --- docs/pages/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/api.rst b/docs/pages/api.rst index 8d49e4a3d..c3a732817 100644 --- a/docs/pages/api.rst +++ b/docs/pages/api.rst @@ -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.