Skip to content

Commit

Permalink
Typo ~> vs <~ (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdHailer authored and expede committed Jun 9, 2018
1 parent 1c75e05 commit 44d0c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/witchcraft/functor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 44d0c3f

Please sign in to comment.