Skip to content

Commit fb751bb

Browse files
authored
Fix typo: arguement → argument
1 parent d66e81a commit fb751bb

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)