diff --git a/lib/xml_stream.ex b/lib/xml_stream.ex index 73c52d7..6eee993 100644 --- a/lib/xml_stream.ex +++ b/lib/xml_stream.ex @@ -31,7 +31,7 @@ defmodule XmlStream do Could be either `Keyword` or `map`. Order of the attributes are preserved in case of `Keyword` """ - @type attrs :: map | Keyword.t() | [{:binary, :binary}] + @type attrs :: map | Keyword.t() | [{binary(), binary()}] @type fragment :: [tuple | fragment] @typedoc """