We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23ca1f4 + c595687 commit 95ef4e9Copy full SHA for 95ef4e9
src/Data/Function.purs
@@ -56,7 +56,7 @@ apply f x = f x
56
infixr 0 apply as $
57
58
-- | Applies an argument to a function. This is primarily used as the `(#)`
59
--- | operator, which allows parentheses to be ommitted in some cases, or as a
+-- | operator, which allows parentheses to be omitted in some cases, or as a
60
-- | natural way to apply a value to a chain of composed functions.
61
applyFlipped :: forall a b. a -> (a -> b) -> b
62
applyFlipped x f = f x
0 commit comments