Skip to content

Commit b8ab451

Browse files
authored
Merge pull request #33 from gasi/patch-1
Fix typo: arguement → argument
2 parents d66e81a + fb751bb commit b8ab451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Parallel.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Control.Parallel.Class (class Parallel, parallel, sequential, ParCont(..)
1717
import Data.Foldable (class Foldable, traverse_, oneOfMap)
1818
import Data.Traversable (class Traversable, traverse)
1919

20-
-- | Apply a function to an arguement under a type constructor in parallel.
20+
-- | Apply a function to an argument under a type constructor in parallel.
2121
parApply
2222
:: forall f m a b
2323
. Parallel f m

0 commit comments

Comments
 (0)