From fb751bb5ddc7d4f1f18b942e435790c78af0f1be Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 26 Jun 2020 22:04:46 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20arguement=20=E2=86=92=20argument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Control/Parallel.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Control/Parallel.purs b/src/Control/Parallel.purs index eec482a..2e4863f 100644 --- a/src/Control/Parallel.purs +++ b/src/Control/Parallel.purs @@ -17,7 +17,7 @@ import Control.Parallel.Class (class Parallel, parallel, sequential, ParCont(..) import Data.Foldable (class Foldable, traverse_, oneOfMap) import Data.Traversable (class Traversable, traverse) --- | Apply a function to an arguement under a type constructor in parallel. +-- | Apply a function to an argument under a type constructor in parallel. parApply :: forall f m a b . Parallel f m