Skip to content

Commit

Permalink
docs(ApiError): fix path and method type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEEC committed Apr 3, 2019
1 parent a8a66c6 commit 3e4a113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rest/api_error.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ defmodule Crux.Rest.ApiError do
status_code: integer(),
code: integer() | nil,
message: String.t(),
path: atom(),
method: String.t()
path: String.t(),
method: atom()
}

@doc """
Expand Down

0 comments on commit 3e4a113

Please sign in to comment.