From 85c979dd8a3aaa27d1416ba39863d4f6455ab8c8 Mon Sep 17 00:00:00 2001 From: Ricardo Lanziano Date: Wed, 11 Mar 2015 15:41:09 -0500 Subject: [PATCH] Fix annotation typo --- lib/consul/endpoint.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/consul/endpoint.ex b/lib/consul/endpoint.ex index 4afc92e..5bb2468 100644 --- a/lib/consul/endpoint.ex +++ b/lib/consul/endpoint.ex @@ -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 \\ [])