Skip to content

Commit

Permalink
Merge 1349004 into 4d1ba74
Browse files Browse the repository at this point in the history
  • Loading branch information
sambou committed Oct 1, 2018
2 parents 4d1ba74 + 1349004 commit daaa03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elasticsearch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule Elasticsearch do
@type url :: Path.t()
@type opts :: Keyword.t()
@type data :: map | String.t()
@type response :: {:ok, map} :: {:error, Elasticsearch.Exception.t()}
@type response :: {:ok, map} | {:error, Elasticsearch.Exception.t()}

@doc """
Creates or updates a document in a given index.
Expand Down

0 comments on commit daaa03e

Please sign in to comment.