Skip to content

Commit

Permalink
Fix typo in order.ex (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
OvermindDL1 authored and expede committed Jul 10, 2017
1 parent 8ede64b commit ed38c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/witchcraft/orderable/order.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import TypeClass

defmodule Witchcraft.Orderable.Order do
@type t :: Equal.t | Greater.t | Less.t
@type t :: Equal.t | Greater.t | Lesser.t

defmodule Greater do
@type t :: %Greater{}
Expand Down

0 comments on commit ed38c1a

Please sign in to comment.