diff --git a/lib/witchcraft/functor.ex b/lib/witchcraft/functor.ex index 41a2474..f0bb514 100644 --- a/lib/witchcraft/functor.ex +++ b/lib/witchcraft/functor.ex @@ -148,7 +148,7 @@ defclass Witchcraft.Functor do defalias data ~> fun, as: :lift @doc ~S""" - `<~/2` with arguments flipped. + `~>/2` with arguments flipped. iex> (fn x -> x + 5 end) <~ [1,2,3] [6, 7, 8]