Skip to content

Commit

Permalink
Fix annotation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lanziano committed Mar 11, 2015
1 parent 82efe96 commit 85c979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consul/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
defmodule Consul.Endpoint do
@path_separator "/"

@type response :: {:ok, Consul.Resposne.t} | {:error, Consul.Response.t}
@type response :: {:ok, Consul.Response.t} | {:error, Consul.Response.t}

@spec build_url(binary | [binary], Keyword.t) :: binary
def build_url(path, opts \\ [])
Expand Down

0 comments on commit 85c979d

Please sign in to comment.