Skip to content

Commit

Permalink
Rename face type
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrimpyCat committed Jul 12, 2020
1 parent 13ff470 commit 124751c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vox/data.ex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defprotocol Vox.Data do
@type no_impl :: nil

@type faces :: :left | :right | :bottom | :top | :front | :back
@type origin :: { faces, faces, faces }
@type face :: :left | :right | :bottom | :top | :front | :back
@type origin :: { face, face, face }

@spec origin(t) :: origin
def origin(data)
Expand Down

0 comments on commit 124751c

Please sign in to comment.